Home
last modified time | relevance | path

Searched refs:tL2CA_NOCP_CB (Results 1 – 3 of 3) sorted by relevance

/system/bt/stack/include/
Dl2c_api.h278 typedef void(tL2CA_NOCP_CB)(const RawAddress&); typedef
805 extern bool L2CA_RegForNoCPEvt(tL2CA_NOCP_CB* p_cb, const RawAddress& p_bda);
/system/bt/stack/l2cap/
Dl2c_int.h422 tL2CA_NOCP_CB* p_nocp_cb; /* Num Cmpl pkts callback */
Dl2c_api.cc2074 bool L2CA_RegForNoCPEvt(tL2CA_NOCP_CB* p_cb, const RawAddress& p_bda) { in L2CA_RegForNoCPEvt()