OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sdp_handler
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluez/health/
hdp_types.h
96
uint32_t
sdp_handler
; /* SDP record handler */
member in struct:hdp_adapter
hdp_util.c
691
if (adapter->
sdp_handler
)
692
remove_record_from_server(adapter->
sdp_handler
);
695
adapter->
sdp_handler
= 0;
703
if (adapter->
sdp_handler
)
704
sdp_record->handle = adapter->
sdp_handler
;
736
adapter->
sdp_handler
= sdp_record->handle;
hdp.c
1422
if (hdp_adapter->
sdp_handler
)
1423
remove_record_from_server(hdp_adapter->
sdp_handler
);
[
all
...]
Completed in 148 milliseconds