HomeSort by relevance Sort by last modified time
    Searched refs:sdp_list_func_t (Results 1 - 9 of 9) sorted by null

  /external/bluetooth/bluez/serial/
manager.c 92 sdp_list_foreach(protos, (sdp_list_func_t) sdp_list_free, NULL);
port.c 417 sdp_list_foreach(protos, (sdp_list_func_t) sdp_list_free, NULL);
  /external/bluetooth/bluez/input/
manager.c 106 sdp_list_foreach(protos, (sdp_list_func_t) sdp_list_free, NULL);
  /external/bluetooth/bluez/lib/bluetooth/
sdp_lib.h 41 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)
  /external/bluetooth/bluez/audio/
gateway.c 315 sdp_list_foreach(protos, (sdp_list_func_t) sdp_list_free, NULL);
headset.c 1426 sdp_list_foreach(protos, (sdp_list_func_t) sdp_list_free, NULL);
    [all...]
avdtp.c     [all...]
  /external/bluetooth/bluez/src/
device.c 872 sdp_list_foreach(ap, (sdp_list_func_t) sdp_list_free, NULL);
    [all...]
  /external/bluetooth/bluez/tools/
sdptool.c 1114 sdp_list_foreach(proto, (sdp_list_func_t)sdp_list_free, 0);
    [all...]

Completed in 269 milliseconds