OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gatt_add_sdp_record
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/stack/gatt/
gatt_int.h
554
extern UINT32
gatt_add_sdp_record
(tBT_UUID *p_uuid, UINT16 start_hdl, UINT16 end_hdl);
gatt_api.c
516
p_sreg->sdp_handle =
gatt_add_sdp_record
(p_uuid, p_sreg->s_hdl, p_sreg->e_hdl);
[
all
...]
gatt_utils.c
1388
UINT32
gatt_add_sdp_record
(tBT_UUID *p_uuid, UINT16 start_hdl, UINT16 end_hdl)
function
[
all
...]
Completed in 339 milliseconds