Searched defs:handleArray (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/ |
H A D | sdp_client.c | 178 …void (*serviceSearchCb)(const BtAddr *addr, const uint32_t *handleArray, uint16_t handleNum, void … in SdpServiceSearch() 312 …void (*serviceBrowseCb)(const BtAddr *addr, const uint32_t *handleArray, uint16_t handleNum, void … in SdpServiceBrowse()
|
H A D | sdp_server.c | 1109 uint32_t *handleArray = NULL; in SdpCreateSearchResponse() local 1430 …iceRecordHandleList(const uint8_t *buffer, uint16_t pos, uint8_t *bufferEnd, uint32_t *handleArray) in BuildServiceRecordHandleList() 1512 static Packet *BuildAttributeListArray(uint8_t *buffer, uint16_t length, uint32_t *handleArray, int… in BuildAttributeListArray() 1646 uint32_t *handleArray = (uint32_t *)MEM_MALLOC.alloc(SDP_UINT32_LENGTH * size); in SdpParseSearchAttributeRequest() local 1904 …ServiceRecordItem *item, uint8_t uuidArray[][20], int uuidNum, uint32_t *handleArray, uint16_t han… in GetRecordHandleNumber() 1919 …uint8_t uuidArray[][20], int uuidNum, uint32_t *handleArray, uint16_t handleNum, uint16_t maxRecor… in GetRecordHandleArray()
|
H A D | sdp_client_parse.c | 361 …ddr, uint16_t transactionId, uint16_t totalServiceRecordCount, Packet *data, uint32_t *handleArray) in SdpParseServiceRecordHandleList() 704 … uint32_t *handleArray = (uint32_t *)MEM_MALLOC.alloc(SDP_UINT32_LENGTH * totalServiceRecordCount); in SdpParseSearchResponse() local
|
H A D | sdp.c | 1242 …void (*serviceSearchCb)(const BtAddr *addr, const uint32_t *handleArray, uint16_t handleNum, void … in SDP_ServiceSearch() 1379 …void (*serviceBrowseCb)(const BtAddr *addr, const uint32_t *handleArray, uint16_t handleNum, void … in SDP_ServiceBrowse()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
H A D | avrcp_ct_sdp.cpp | 117 …void (*callback)(const BtAddr *btAddr, const uint32_t *handleArray, uint16_t handleNum, void *cont… in FindTgService()
|
H A D | avrcp_ct_service.cpp | 498 const BtAddr *btAddr, const uint32_t *handleArray, uint16_t handleCount, void *context) in FindTgServiceCallback()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
H A D | avrcp_tg_sdp.cpp | 115 …void (*callback)(const BtAddr *btAddr, const uint32_t *handleArray, uint16_t handleNum, void *cont… in FindCtService()
|
H A D | avrcp_tg_service.cpp | 965 const BtAddr *btAddr, const uint32_t *handleArray, uint16_t handleCount, void *context) in FindCtServiceCallback()
|