Home
last modified time | relevance | path

Searched refs:sdp_callback_t (Results 1 – 2 of 2) sorted by relevance

/external/bluetooth/bluez/lib/bluetooth/
Dsdp_lib.h117 typedef void sdp_callback_t(uint8_t type, uint16_t status, uint8_t *rsp, size_t size, void *udata); typedef
141 int sdp_set_notify(sdp_session_t *session, sdp_callback_t *func, void *udata);
/external/bluetooth/bluez/lib/
Dsdp.c3652 sdp_callback_t *cb; /* called when the transaction finishes */
3714 int sdp_set_notify(sdp_session_t *session, sdp_callback_t *func, void *udata) in sdp_set_notify()