Home
last modified time | relevance | path

Searched refs:handleArray (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/
H A Dsdp_server.c1109 uint32_t *handleArray = NULL; in SdpCreateSearchResponse() local
1114 if (handleArray == NULL) { in SdpCreateSearchResponse()
1129 *(uint32_t *)(buffer + offset) = H2BE_32(handleArray[i]); in SdpCreateSearchResponse()
1135 MEM_MALLOC.free(handleArray); in SdpCreateSearchResponse()
1471 handleNum = GetRecordHandleArray(uuidArray, uuidNum, handleArray, handleNum, 0); in BuildServiceRecordHandleList()
1646 uint32_t *handleArray = (uint32_t *)MEM_MALLOC.alloc(SDP_UINT32_LENGTH * size); in SdpParseSearchAttributeRequest() local
1647 if (handleArray == NULL) { in SdpParseSearchAttributeRequest()
1659 handleArray, handleNum); in SdpParseSearchAttributeRequest()
1672 MEM_MALLOC.free(handleArray); in SdpParseSearchAttributeRequest()
1673 handleArray = NULL; in SdpParseSearchAttributeRequest()
[all …]
H A Dsdp_client.h33 …void (*serviceSearchCb)(const BtAddr *addr, const uint32_t *handleArray, uint16_t handleNum, void …
40 …void (*serviceBrowseCb)(const BtAddr *addr, const uint32_t *handleArray, uint16_t handleNum, void …
H A Dsdp_client_parse.c361 …ddr, uint16_t transactionId, uint16_t totalServiceRecordCount, Packet *data, uint32_t *handleArray) in SdpParseServiceRecordHandleList() argument
410 handleArray[handleNum] = handle; in SdpParseServiceRecordHandleList()
704 … uint32_t *handleArray = (uint32_t *)MEM_MALLOC.alloc(SDP_UINT32_LENGTH * totalServiceRecordCount); in SdpParseSearchResponse() local
705 if (handleArray == NULL) { in SdpParseSearchResponse()
710handleArray, SDP_UINT32_LENGTH * totalServiceRecordCount, 0, SDP_UINT32_LENGTH * totalServiceRecor… in SdpParseSearchResponse()
713 …SdpParseServiceRecordHandleList(addr, transactionId, totalServiceRecordCount, packet, handleArray); in SdpParseSearchResponse()
717 MEM_MALLOC.free(handleArray); in SdpParseSearchResponse()
718 handleArray = NULL; in SdpParseSearchResponse()
725 callback.ServiceSearchCb(addr, handleArray, handleNum, context); in SdpParseSearchResponse()
730 MEM_MALLOC.free(handleArray); in SdpParseSearchResponse()
[all …]
H A Dsdp_util.h163 …void (*ServiceSearchCb)(const BtAddr *addr, const uint32_t *handleArray, uint16_t handleNum, void …
H A Dsdp_client.c178 …void (*serviceSearchCb)(const BtAddr *addr, const uint32_t *handleArray, uint16_t handleNum, void … in SdpServiceSearch() argument
312 …void (*serviceBrowseCb)(const BtAddr *addr, const uint32_t *handleArray, uint16_t handleNum, void … in SdpServiceBrowse() argument
H A Dsdp.c168 …void (*ServiceSearchCb)(const BtAddr *addr, const uint32_t *handleArray, uint16_t handleNum, void …
197 …void (*ServiceBrowseCb)(const BtAddr *addr, const uint32_t *handleArray, uint16_t handleNum, void …
1242 …void (*serviceSearchCb)(const BtAddr *addr, const uint32_t *handleArray, uint16_t handleNum, void … in SDP_ServiceSearch() argument
1379 …void (*serviceBrowseCb)(const BtAddr *addr, const uint32_t *handleArray, uint16_t handleNum, void … in SDP_ServiceBrowse() argument
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_sdp.h74 …void (*callback)(const BtAddr *btAddr, const uint32_t *handleArray, uint16_t handleNum, void *cont…
H A Davrcp_ct_sdp.cpp117 …void (*callback)(const BtAddr *btAddr, const uint32_t *handleArray, uint16_t handleNum, void *cont… in FindTgService() argument
H A Davrcp_ct_service.h779 const BtAddr *btAddr, const uint32_t *handleArray, uint16_t handleCount, void *context);
H A Davrcp_ct_service.cpp498 const BtAddr *btAddr, const uint32_t *handleArray, uint16_t handleCount, void *context) in FindTgServiceCallback() argument
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_sdp.h74 …void (*callback)(const BtAddr *btAddr, const uint32_t *handleArray, uint16_t handleNum, void *cont…
H A Davrcp_tg_sdp.cpp115 …void (*callback)(const BtAddr *btAddr, const uint32_t *handleArray, uint16_t handleNum, void *cont… in FindCtService() argument
H A Davrcp_tg_service.h1174 const BtAddr *btAddr, const uint32_t *handleArray, uint16_t handleCount, void *context);
H A Davrcp_tg_service.cpp965 const BtAddr *btAddr, const uint32_t *handleArray, uint16_t handleCount, void *context) in FindCtServiceCallback() argument
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dsdp.h495 …void (*serviceSearchCb)(const BtAddr *addr, const uint32_t *handleArray, uint16_t handleNum, void …
537 …void (*ServiceBrowseCb)(const BtAddr *addr, const uint32_t *handleArray, uint16_t handleNum, void …