Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/
H A Dsdp_client.h33 void (*serviceSearchCb)(const BtAddr *addr, const uint32_t *handleArray, uint16_t handleNum, void *context));
40 void (*serviceBrowseCb)(const BtAddr *addr, const uint32_t *handleArray, uint16_t handleNum, void *context));
H A Dsdp_server.c77 uint8_t uuidArray[][20], int uuidNum, uint32_t *handleArray, uint16_t handleNum, uint16_t maxRecordCount);
1109 uint32_t *handleArray = NULL; in SdpCreateSearchResponse() local
1113 handleArray = (uint32_t *)MEM_MALLOC.alloc(maximumServiceRecordCount * SDP_SERVICE_RECORD_HANDLE_BYTE); in SdpCreateSearchResponse()
1114 if (handleArray == NULL) { in SdpCreateSearchResponse()
1125 handleNum = GetRecordHandleArray(uuidArray, uuidNum, handleArray, handleNum, maximumServiceRecordCount); in SdpCreateSearchResponse()
1129 *(uint32_t *)(buffer + offset) = H2BE_32(handleArray[i]); in SdpCreateSearchResponse()
1135 MEM_MALLOC.free(handleArray); in SdpCreateSearchResponse()
1430 static int BuildServiceRecordHandleList(const uint8_t *buffer, uint16_t pos, uint8_t *bufferEnd, uint32_t *handleArray) in BuildServiceRecordHandleList() argument
1471 handleNum = GetRecordHandleArray(uuidArray, uuidNum, handleArray, handleNum, 0); in BuildServiceRecordHandleList()
1512 static Packet *BuildAttributeListArray(uint8_t *buffer, uint16_t length, uint32_t *handleArray, in argument
1646 uint32_t *handleArray = (uint32_t *)MEM_MALLOC.alloc(SDP_UINT32_LENGTH * size); SdpParseSearchAttributeRequest() local
1903 GetRecordHandleNumber( ServiceRecordItem *item, uint8_t uuidArray[][20], int uuidNum, uint32_t *handleArray, uint16_t handleNum) GetRecordHandleNumber() argument
1918 GetRecordHandleArray( uint8_t uuidArray[][20], int uuidNum, uint32_t *handleArray, uint16_t handleNum, uint16_t maxRecordCount) GetRecordHandleArray() argument
[all...]
H A Dsdp_client_parse.c361 const BtAddr *addr, uint16_t transactionId, uint16_t totalServiceRecordCount, Packet *data, uint32_t *handleArray) in SdpParseServiceRecordHandleList()
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()
706 LOG_ERROR("handleArray is NULL"); in SdpParseSearchResponse()
710 handleArray, SDP_UINT32_LENGTH * totalServiceRecordCount, 0, SDP_UINT32_LENGTH * totalServiceRecordCount); 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, handleNu in SdpParseSearchResponse()
360 SdpParseServiceRecordHandleList( const BtAddr *addr, uint16_t transactionId, uint16_t totalServiceRecordCount, Packet *data, uint32_t *handleArray) SdpParseServiceRecordHandleList() argument
[all...]
H A Dsdp_util.h163 void (*ServiceSearchCb)(const BtAddr *addr, const uint32_t *handleArray, uint16_t handleNum, void *context);
H A Dsdp_client.c178 void (*serviceSearchCb)(const BtAddr *addr, const uint32_t *handleArray, uint16_t handleNum, void *context)) in SdpServiceSearch()
312 void (*serviceBrowseCb)(const BtAddr *addr, const uint32_t *handleArray, uint16_t handleNum, void *context)) in SdpServiceBrowse()
177 SdpServiceSearch(const BtAddr *addr, const SdpUuid *uuidArray, void *context, void (*serviceSearchCb)(const BtAddr *addr, const uint32_t *handleArray, uint16_t handleNum, void *context)) SdpServiceSearch() argument
311 SdpServiceBrowse(const BtAddr *addr, void *context, void (*serviceBrowseCb)(const BtAddr *addr, const uint32_t *handleArray, uint16_t handleNum, void *context)) SdpServiceBrowse() argument
H A Dsdp.c168 void (*ServiceSearchCb)(const BtAddr *addr, const uint32_t *handleArray, uint16_t handleNum, void *context);
197 void (*ServiceBrowseCb)(const BtAddr *addr, const uint32_t *handleArray, uint16_t handleNum, void *context);
1242 void (*serviceSearchCb)(const BtAddr *addr, const uint32_t *handleArray, uint16_t handleNum, void *context)) in SDP_ServiceSearch()
1379 void (*serviceBrowseCb)(const BtAddr *addr, const uint32_t *handleArray, uint16_t handleNum, void *context)) in SDP_ServiceBrowse()
1241 SDP_ServiceSearch(const BtAddr *addr, const SdpUuid *uuidArray, void *context, void (*serviceSearchCb)(const BtAddr *addr, const uint32_t *handleArray, uint16_t handleNum, void *context)) SDP_ServiceSearch() argument
1378 SDP_ServiceBrowse(const BtAddr *addr, void *context, void (*serviceBrowseCb)(const BtAddr *addr, const uint32_t *handleArray, uint16_t handleNum, void *context)) SDP_ServiceBrowse() argument
/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 *context));
H A Davrcp_ct_sdp.cpp117 void (*callback)(const BtAddr *btAddr, const uint32_t *handleArray, uint16_t handleNum, void *context)) in FindTgService()
116 FindTgService(const RawAddress &rawAddr, void (*callback)(const BtAddr *btAddr, const uint32_t *handleArray, uint16_t handleNum, void *context)) FindTgService() argument
H A Davrcp_ct_service.h774 * @param[in] handleArray The list of handle to a qualifying service.
779 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()
497 FindTgServiceCallback( const BtAddr *btAddr, const uint32_t *handleArray, uint16_t handleCount, void *context) FindTgServiceCallback() argument
/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 *context));
H A Davrcp_tg_sdp.cpp115 void (*callback)(const BtAddr *btAddr, const uint32_t *handleArray, uint16_t handleNum, void *context)) in FindCtService()
114 FindCtService(const RawAddress &rawAddr, void (*callback)(const BtAddr *btAddr, const uint32_t *handleArray, uint16_t handleNum, void *context)) FindCtService() argument
H A Davrcp_tg_service.h1169 * @param[in] handleArray The list of handle to a qualifying service.
1174 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()
964 FindCtServiceCallback( const BtAddr *btAddr, const uint32_t *handleArray, uint16_t handleCount, void *context) FindCtServiceCallback() argument
/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 *context));
537 void (*ServiceBrowseCb)(const BtAddr *addr, const uint32_t *handleArray, uint16_t handleNum, void *context));

Completed in 23 milliseconds