Searched refs:GapProcessHciEventInTask (Results 1 – 1 of 1) sorted by relevance
| /foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/ |
| D | gap_hci_receive.c | 27 static int GapProcessHciEventInTask(TaskFunc run, const void *ctx, uint32_t ctxLen, TaskFunc free) in GapProcessHciEventInTask() function 46 …int ret = GapProcessHciEventInTask((TaskFunc)GapInquiryCancelComplete, param, sizeof(*param), NULL… in GapRecvInquiryCancelComplete() 55 …int ret = GapProcessHciEventInTask((TaskFunc)GapLinkKeyRequestReplyComplete, param, sizeof(*param)… in GapRecvLinkKeyRequestReplyComplete() 64 …int ret = GapProcessHciEventInTask((TaskFunc)GapLinkKeyRequestNegativeReplyComplete, param, sizeof… in GapRecvLinkKeyRequestNegativeReplyComplete() 73 …int ret = GapProcessHciEventInTask((TaskFunc)GapPINCodeRequestReplyComplete, param, sizeof(*param)… in GapRecvPINCodeRequestReplyComplete() 82 …int ret = GapProcessHciEventInTask((TaskFunc)GapPINCodeRequestNegativeReplyComplete, param, sizeof… in GapRecvPINCodeRequestNegativeReplyComplete() 91 …int ret = GapProcessHciEventInTask((TaskFunc)GapGetRemoteNameCancelComplete, param, sizeof(*param)… in GapRecvGetRemoteNameCancelComplete() 100 …int ret = GapProcessHciEventInTask((TaskFunc)GapIOCapabilityRequestReplyComplete, param, sizeof(*p… in GapRecvIOCapabilityRequestReplyComplete() 109 …int ret = GapProcessHciEventInTask((TaskFunc)GapUserConfirmationRequestReplyComplete, param, sizeo… in GapRecvUserConfirmationRequestReplyComplete() 119 int ret = GapProcessHciEventInTask( in GapRecvUserConfirmationRequestNegativeReplyComplete() [all …]
|