Home
last modified time | relevance | path

Searched refs:p_service_uuids (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/stack/sdp/
Dsdp_db.cc811 bool SDP_AddServiceClassIdList(uint32_t handle, uint16_t num_services, uint16_t* p_service_uuids) { in SDP_AddServiceClassIdList() argument
819 for (xx = 0; xx < num_services; xx++, p_service_uuids++) { in SDP_AddServiceClassIdList()
821 UINT16_TO_BE_STREAM(p, *p_service_uuids); in SDP_AddServiceClassIdList()
/packages/modules/Bluetooth/system/stack/sdp/internal/
Dsdp_api.h375 bool SDP_AddServiceClassIdList(uint32_t handle, uint16_t num_services, uint16_t* p_service_uuids);
/packages/modules/Bluetooth/system/stack/include/
Dsdp_api.h486 uint16_t* p_service_uuids);