Home
last modified time | relevance | path

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

/external/bluetooth/bluez/serial/
Dmanager.c90 sdp_list_foreach(protos, (sdp_list_func_t) sdp_list_free, NULL); in serial_probe()
Dport.c397 sdp_list_foreach(protos, (sdp_list_func_t) sdp_list_free, NULL); in get_record_cb()
/external/bluetooth/bluez/input/
Dmanager.c106 sdp_list_foreach(protos, (sdp_list_func_t) sdp_list_free, NULL); in headset_probe()
/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/audio/
Dgateway.c312 sdp_list_foreach(protos, (sdp_list_func_t) sdp_list_free, NULL); in get_record_cb()
Dheadset.c1454 sdp_list_foreach(protos, (sdp_list_func_t) sdp_list_free, NULL); in headset_set_channel()
Davdtp.c2269 sdp_list_foreach(protos, (sdp_list_func_t) sdp_list_free, NULL); in get_version()
/external/bluetooth/bluez/attrib/
Dgatt.c644 sdp_list_foreach(list, (sdp_list_func_t) sdp_list_free, NULL); in gatt_parse_record()
/external/bluetooth/bluez/src/
Ddevice.c800 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()