Home
last modified time | relevance | path

Searched refs:sdp_list_func_t (Results 1 – 9 of 9) sorted by relevance

/external/bluetooth/bluez/serial/
Dmanager.c92 sdp_list_foreach(protos, (sdp_list_func_t) sdp_list_free, NULL); in serial_probe()
Dport.c417 sdp_list_foreach(protos, (sdp_list_func_t) sdp_list_free, NULL); in get_record_cb()
/external/bluetooth/bluez/lib/bluetooth/
Dsdp_lib.h41 typedef void(*sdp_list_func_t)(void *, void *); typedef
66 static inline void sdp_list_foreach(sdp_list_t *list, sdp_list_func_t f, void *u) in sdp_list_foreach()
/external/bluetooth/bluez/input/
Dmanager.c106 sdp_list_foreach(protos, (sdp_list_func_t) sdp_list_free, NULL); in headset_probe()
/external/bluetooth/bluez/audio/
Dgateway.c315 sdp_list_foreach(protos, (sdp_list_func_t) sdp_list_free, NULL); in get_record_cb()
Dheadset.c1426 sdp_list_foreach(protos, (sdp_list_func_t) sdp_list_free, NULL); in headset_set_channel()
Davdtp.c2136 sdp_list_foreach(protos, (sdp_list_func_t) sdp_list_free, NULL); in get_version()
/external/bluetooth/bluez/src/
Ddevice.c872 sdp_list_foreach(ap, (sdp_list_func_t) sdp_list_free, NULL); in get_service_attribute_value_reply()
/external/bluetooth/bluez/tools/
Dsdptool.c1114 sdp_list_foreach(proto, (sdp_list_func_t)sdp_list_free, 0); in print_service_attr()