Home
last modified time | relevance | path

Searched refs:L2CA_RegisterFixedChannel (Results 1 – 5 of 5) sorted by relevance

/system/bt/stack/smp/
Dsmp_l2c.cc74 L2CA_RegisterFixedChannel(L2CAP_SMP_CID, &fixed_reg); in smp_l2cap_if_init()
79 L2CA_RegisterFixedChannel(L2CAP_SMP_BR_CID, &fixed_reg); in smp_l2cap_if_init()
/system/bt/stack/include/
Dl2c_api.h1070 extern bool L2CA_RegisterFixedChannel(uint16_t fixed_cid,
/system/bt/stack/gatt/
Dgatt_main.cc121 L2CA_RegisterFixedChannel(L2CAP_ATT_CID, &fixed_reg); in gatt_init()
/system/bt/stack/l2cap/
Dl2c_api.cc1555 bool L2CA_RegisterFixedChannel(uint16_t fixed_cid, in L2CA_RegisterFixedChannel() function
/system/bt/bta/jv/
Dbta_jv_act.cc2218 if (!L2CA_RegisterFixedChannel(chan, &fcr)) { in fcchan_get()