Home
last modified time | relevance | path

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

/system/bt/stack/gatt/
Dgatt_int.h446 extern uint32_t gatt_add_sdp_record(const bluetooth::Uuid& uuid,
Dgatt_utils.cc764 uint32_t gatt_add_sdp_record(const Uuid& uuid, uint16_t start_hdl, in gatt_add_sdp_record() function
Dgatt_api.cc289 elem.sdp_handle = gatt_add_sdp_record(*p_uuid, elem.s_hdl, elem.e_hdl); in GATTS_AddService()