Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_br_discover.c118 GapChangeHCIAddr(&addr, &eventParam->responses[i].bdAddr, BT_PUBLIC_DEVICE_ADDRESS); in GapOnInquiryResult()
119 uint32_t cod = COD_ARRAY_TO_UINT(eventParam->responses[i].classOfDevice); in GapOnInquiryResult()
121 inquiryInfo.clockOffset = eventParam->responses[i].clockOffset; in GapOnInquiryResult()
122 inquiryInfo.pageScanRepetitionMode = eventParam->responses[i].pageScanRepetitionMode; in GapOnInquiryResult()
138 GapChangeHCIAddr(&addr, &eventParam->responses[i].bdAddr, BT_PUBLIC_DEVICE_ADDRESS); in GapOnInquiryResultRssi()
140 uint32_t cod = COD_ARRAY_TO_UINT(eventParam->responses[i].classOfDevice); in GapOnInquiryResultRssi()
141 int8_t rssi = (int8_t)eventParam->responses[i].rssi; in GapOnInquiryResultRssi()
143 inquiryInfo.clockOffset = eventParam->responses[i].clockOffset; in GapOnInquiryResultRssi()
144 inquiryInfo.pageScanRepetitionMode = eventParam->responses[i].pageScanRepetitionMode; in GapOnInquiryResultRssi()
H A Dgap_hci_receive.c298 MEM_MALLOC.free(hciParam->responses); in GapFreeInquiryResult()
305 hciParam.responses = MEM_MALLOC.alloc(hciParam.numResponses * sizeof(HciInquiryResult)); in GapRecvInquiryResult()
306 if (hciParam.responses == NULL) { in GapRecvInquiryResult()
311 (void)memcpy_s(hciParam.responses, in GapRecvInquiryResult()
313 eventParam->responses, in GapRecvInquiryResult()
384 MEM_MALLOC.free(hciParam->responses); in GapFreeInquiryResultRssi()
391 hciParam.responses = MEM_MALLOC.alloc(hciParam.numResponses * sizeof(HciInquiryResultWithRssi)); in GapRecvInquiryResultRssi()
392 if (hciParam.responses == NULL) { in GapRecvInquiryResultRssi()
397 (void)memcpy_s(hciParam.responses, in GapRecvInquiryResultRssi()
399 eventParam->responses, in GapRecvInquiryResultRssi()
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H A Dhci_evt.c106 HciInquiryResult *responses = NULL; in HciEventOnInquiryResultEvent() local
108 responses = MEM_MALLOC.alloc(sizeof(HciInquiryResult) * eventParam.numResponses); in HciEventOnInquiryResultEvent()
109 if (responses != NULL) { in HciEventOnInquiryResultEvent()
111 (void)memcpy_s(responses[i].bdAddr.raw, BT_ADDRESS_SIZE, param + offset, sizeof(HciBdAddr)); in HciEventOnInquiryResultEvent()
114 responses[i].pageScanRepetitionMode = param[offset]; in HciEventOnInquiryResultEvent()
117 responses[i].reserved1 = param[offset]; in HciEventOnInquiryResultEvent()
120 responses[i].reserved2 = param[offset]; in HciEventOnInquiryResultEvent()
123 (void)memcpy_s(responses[i].classOfDevice, COD_SIZE, param + offset, COD_SIZE); in HciEventOnInquiryResultEvent()
126 (void)memcpy_s(&responses[i].clockOffset, sizeof(uint16_t), param + offset, sizeof(uint16_t)); in HciEventOnInquiryResultEvent()
131 eventParam.responses in HciEventOnInquiryResultEvent()
594 HciInquiryResultWithRssi *responses = NULL; HciEventOnInquiryResultWithRSSIEvent() local
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci_def_evt.h50 HciInquiryResult *responses; member
253 HciReturnLinkKeys *responses; member
377 HciInquiryResultWithRssi *responses; member
642 HciNumberOfCompletedDataBlocks *responses; member
/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_headers.cpp548 void ObexHeader::AppendItemAuthResponse(ObexDigestResponse &responses) in AppendItemAuthResponse() argument
550 AppendTlvTriplets(ObexHeader::AUTH_RESPONSE, responses); in AppendItemAuthResponse()
H A Dobex_headers.h365 // Parameters used in session commands/responses
441 void AppendItemAuthResponse(ObexDigestResponse &responses);

Completed in 9 milliseconds