Home
last modified time | relevance | path

Searched refs:btmParam (Results 1 - 1 of 1) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_btm_receive.c54 BtmAclConnectCompleteParam btmParam = {.addr = &param->addr}; in GapAclConnectionCompleteTask() local
55 btmParam.status = param->status; in GapAclConnectionCompleteTask()
56 btmParam.connectionHandle = param->connectionHandle; in GapAclConnectionCompleteTask()
58 btmParam.classOfDevice, sizeof(btmParam.classOfDevice), param->classOfDevice, sizeof(param->classOfDevice)); in GapAclConnectionCompleteTask()
59 btmParam.encyptionEnabled = param->encyptionEnabled; in GapAclConnectionCompleteTask()
60 GapAclConnectionComplete(&btmParam, param->context); in GapAclConnectionCompleteTask()
70 GapAclConnectionCompleteParam *btmParam = MEM_MALLOC.alloc(sizeof(GapAclConnectionCompleteParam)); in GapRecvAclConnectionComplete() local
71 if (btmParam == NULL) { in GapRecvAclConnectionComplete()
76 btmParam in GapRecvAclConnectionComplete()
100 GapAclDisconnectionCompleteParam *btmParam = MEM_MALLOC.alloc(sizeof(GapAclDisconnectionCompleteParam)); GapRecvAclDisconnectionComplete() local
151 GapLeConnectionCompleteParam *btmParam = MEM_MALLOC.alloc(sizeof(GapLeConnectionCompleteParam)); GapRecvLeConnectionComplete() local
179 GapLeDisconnectionCompleteParam *btmParam = MEM_MALLOC.alloc(sizeof(GapLeDisconnectionCompleteParam)); GapRecvLeDisconnectionComplete() local
[all...]

Completed in 1 milliseconds