OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:p_disc_res_cb
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/bluedroid/stack/gatt/
gatt_cl.c
428
if (p_clcb->p_reg->app_cb.
p_disc_res_cb
)
429
(*p_clcb->p_reg->app_cb.
p_disc_res_cb
)(p_clcb->conn_id, p_clcb->op_subtype, &result);
486
if (p_clcb->p_reg->app_cb.
p_disc_res_cb
)
487
(*p_clcb->p_reg->app_cb.
p_disc_res_cb
)(p_clcb->conn_id, p_clcb->op_subtype, &result);
734
if (((!p_clcb->p_reg) || (!p_clcb->p_reg->app_cb.
p_disc_res_cb
)) && (p_clcb->operation == GATTC_OPTYPE_DISCOVERY))
900
if (p_clcb->operation == GATTC_OPTYPE_DISCOVERY && p_clcb->p_reg->app_cb.
p_disc_res_cb
)
901
(*p_clcb->p_reg->app_cb.
p_disc_res_cb
)(p_clcb->conn_id, p_clcb->op_subtype, &result);
[
all
...]
/external/bluetooth/bluedroid/stack/include/
gatt_api.h
588
tGATT_DISC_RES_CB *
p_disc_res_cb
;
member in struct:__anon1087
[
all
...]
Completed in 50 milliseconds