OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:connect_cb
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/btif/src/
btif_profile_queue.c
48
btif_connect_cb_t
connect_cb
;
member in struct:__anon5706
92
return p_head->
connect_cb
(&p_head->bda, p_head->uuid);
119
bt_status_t btif_queue_connect(uint16_t uuid, const bt_bdaddr_t *bda, btif_connect_cb_t
connect_cb
) {
124
node.
connect_cb
=
connect_cb
;
/external/bluetooth/bluedroid/btif/include/
btif_profile_queue.h
32
bt_status_t btif_queue_connect(uint16_t uuid, const bt_bdaddr_t *bda, btif_connect_cb_t
connect_cb
);
/external/qemu/android/
async-socket.h
140
*
connect_cb
- Client callback to monitor connection state (must not be NULL).
149
on_as_connection_cb
connect_cb
,
Completed in 88 milliseconds