OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sdp_tg_handle
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/bluedroid/bta/ar/
bta_ar_int.h
45
UINT32
sdp_tg_handle
;
member in struct:__anon2393
bta_ar.c
256
if (bta_ar_cb.
sdp_tg_handle
== 0)
259
bta_ar_cb.
sdp_tg_handle
= SDP_CreateRecord();
260
AVRC_AddRecord(service_uuid, service_name, provider_name, categories, bta_ar_cb.
sdp_tg_handle
);
266
* If
sdp_tg_handle
is non-0, ignore this request */
312
if (bta_ar_cb.
sdp_tg_handle
&& mask == bta_ar_cb.tg_registered)
315
SDP_DeleteRecord(bta_ar_cb.
sdp_tg_handle
);
316
bta_ar_cb.
sdp_tg_handle
= 0;
Completed in 83 milliseconds