Home
last modified time | relevance | path

Searched refs:fixed_cid (Results 1 – 11 of 11) sorted by relevance

/system/bt/stack/l2cap/
Dl2c_api.cc1372 bool L2CA_RegisterFixedChannel(uint16_t fixed_cid, in L2CA_RegisterFixedChannel() argument
1375 return bluetooth::shim::L2CA_RegisterFixedChannel(fixed_cid, p_freg); in L2CA_RegisterFixedChannel()
1378 if ((fixed_cid < L2CAP_FIRST_FIXED_CHNL) || in L2CA_RegisterFixedChannel()
1379 (fixed_cid > L2CAP_LAST_FIXED_CHNL)) { in L2CA_RegisterFixedChannel()
1381 fixed_cid); in L2CA_RegisterFixedChannel()
1386 l2cb.fixed_reg[fixed_cid - L2CAP_FIRST_FIXED_CHNL] = *p_freg; in L2CA_RegisterFixedChannel()
1402 bool L2CA_ConnectFixedChnl(uint16_t fixed_cid, const RawAddress& rem_bda) { in L2CA_ConnectFixedChnl() argument
1404 return bluetooth::shim::L2CA_ConnectFixedChnl(fixed_cid, rem_bda); in L2CA_ConnectFixedChnl()
1407 return L2CA_ConnectFixedChnl(fixed_cid, rem_bda, phy); in L2CA_ConnectFixedChnl()
1410 bool L2CA_ConnectFixedChnl(uint16_t fixed_cid, const RawAddress& rem_bda, in L2CA_ConnectFixedChnl() argument
[all …]
Dl2c_utils.cc2533 bool l2cu_initialize_fixed_ccb(tL2C_LCB* p_lcb, uint16_t fixed_cid) { in l2cu_initialize_fixed_ccb() argument
2538 p_ccb = p_lcb->p_fixed_ccbs[fixed_cid - L2CAP_FIRST_FIXED_CHNL]; in l2cu_initialize_fixed_ccb()
2553 p_ccb->local_cid = fixed_cid; in l2cu_initialize_fixed_ccb()
2554 p_ccb->remote_cid = fixed_cid; in l2cu_initialize_fixed_ccb()
2559 p_lcb->p_fixed_ccbs[fixed_cid - L2CAP_FIRST_FIXED_CHNL] = p_ccb; in l2cu_initialize_fixed_ccb()
2567 l2cb.fixed_reg[fixed_cid - L2CAP_FIRST_FIXED_CHNL].default_idle_tout; in l2cu_initialize_fixed_ccb()
Dl2c_int.h660 extern bool l2cu_initialize_fixed_ccb(tL2C_LCB* p_lcb, uint16_t fixed_cid);
/system/bt/main/shim/
Dl2c_api.h472 bool L2CA_RegisterFixedChannel(uint16_t fixed_cid,
487 bool L2CA_ConnectFixedChnl(uint16_t fixed_cid, const RawAddress& bd_addr);
488 bool L2CA_ConnectFixedChnl(uint16_t fixed_cid, const RawAddress& bd_addr,
505 uint16_t L2CA_SendFixedChnlData(uint16_t fixed_cid, const RawAddress& rem_bda,
521 bool L2CA_RemoveFixedChnl(uint16_t fixed_cid, const RawAddress& rem_bda);
540 bool L2CA_SetFixedChannelTout(const RawAddress& rem_bda, uint16_t fixed_cid,
Dl2c_api.cc450 uint16_t fixed_cid, in L2CA_SetFixedChannelTout() argument
/system/bt/stack/include/
Dl2c_api.h794 extern bool L2CA_RegisterFixedChannel(uint16_t fixed_cid,
809 extern bool L2CA_ConnectFixedChnl(uint16_t fixed_cid,
811 extern bool L2CA_ConnectFixedChnl(uint16_t fixed_cid, const RawAddress& bd_addr,
828 extern uint16_t L2CA_SendFixedChnlData(uint16_t fixed_cid,
845 extern bool L2CA_RemoveFixedChnl(uint16_t fixed_cid, const RawAddress& rem_bda);
865 uint16_t fixed_cid, uint16_t idle_tout);
/system/bt/gd/l2cap/le/
Dfacade.proto23 uint32 fixed_cid = 2; field
/system/bt/gd/l2cap/classic/
Dfacade.proto79 uint32 fixed_cid = 2; field
/system/bt/stack/test/
Dgatt_connection_manager_test.cc68 bool L2CA_ConnectFixedChnl(uint16_t fixed_cid, const RawAddress& bd_addr) { in L2CA_ConnectFixedChnl() argument
/system/bt/stack/smp/
Dsmp_utils.cc336 uint16_t fixed_cid = L2CAP_SMP_CID; in smp_send_msg_to_L2CAP() local
339 fixed_cid = L2CAP_SMP_BR_CID; in smp_send_msg_to_L2CAP()
348 l2cap_ret = L2CA_SendFixedChnlData(fixed_cid, rem_bda, p_toL2CAP); in smp_send_msg_to_L2CAP()
/system/bt/gd/cert/
Dmatchers.py267 return lambda packet: None if cid != packet.fixed_cid else packet