/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/ |
H A D | sdp_server.c | 1109 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 D | sdp_client.h | 33 …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 D | sdp_client_parse.c | 361 …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() 710 …handleArray, 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 D | sdp_util.h | 163 …void (*ServiceSearchCb)(const BtAddr *addr, const uint32_t *handleArray, uint16_t handleNum, void …
|
H A D | sdp_client.c | 178 …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 D | sdp.c | 168 …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 D | avrcp_ct_sdp.h | 74 …void (*callback)(const BtAddr *btAddr, const uint32_t *handleArray, uint16_t handleNum, void *cont…
|
H A D | avrcp_ct_sdp.cpp | 117 …void (*callback)(const BtAddr *btAddr, const uint32_t *handleArray, uint16_t handleNum, void *cont… in FindTgService() argument
|
H A D | avrcp_ct_service.h | 779 const BtAddr *btAddr, const uint32_t *handleArray, uint16_t handleCount, void *context);
|
H A D | avrcp_ct_service.cpp | 498 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 D | avrcp_tg_sdp.h | 74 …void (*callback)(const BtAddr *btAddr, const uint32_t *handleArray, uint16_t handleNum, void *cont…
|
H A D | avrcp_tg_sdp.cpp | 115 …void (*callback)(const BtAddr *btAddr, const uint32_t *handleArray, uint16_t handleNum, void *cont… in FindCtService() argument
|
H A D | avrcp_tg_service.h | 1174 const BtAddr *btAddr, const uint32_t *handleArray, uint16_t handleCount, void *context);
|
H A D | avrcp_tg_service.cpp | 965 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 D | sdp.h | 495 …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 …
|