OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:record_handle
(Results
1 - 4
of
4
) sorted by null
/external/bluetooth/bluedroid/main/
bte_conf.c
128
uint32_t
record_handle
;
local
129
tBTA_STATUS status = BTA_DmSetLocalDiRecord(&record, &
record_handle
);
/external/bluetooth/bluedroid/stack/sdp/
sdp_db.c
170
if (p_rec->
record_handle
== handle)
296
handle = p_db->record[p_db->num_records - 1].
record_handle
+ 1;
300
p_db->record[p_db->num_records].
record_handle
= handle;
309
return (p_db->record[p_db->num_records - 1].
record_handle
);
352
if (p_rec->
record_handle
== handle)
442
if (p_rec->
record_handle
== handle)
907
if (p_rec->
record_handle
== handle)
[
all
...]
sdpint.h
132
UINT32
record_handle
;
member in struct:__anon6332
sdp_server.c
215
rsp_handles[num_rsp_handles++] = p_rec->
record_handle
;
Completed in 1086 milliseconds