Searched refs:fixed_cid (Results 1 – 11 of 11) sorted by relevance
/system/bt/stack/l2cap/ |
D | l2c_api.cc | 1372 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 …]
|
D | l2c_utils.cc | 2533 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()
|
D | l2c_int.h | 660 extern bool l2cu_initialize_fixed_ccb(tL2C_LCB* p_lcb, uint16_t fixed_cid);
|
/system/bt/main/shim/ |
D | l2c_api.h | 472 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,
|
D | l2c_api.cc | 450 uint16_t fixed_cid, in L2CA_SetFixedChannelTout() argument
|
/system/bt/stack/include/ |
D | l2c_api.h | 794 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/ |
D | facade.proto | 23 uint32 fixed_cid = 2; field
|
/system/bt/gd/l2cap/classic/ |
D | facade.proto | 79 uint32 fixed_cid = 2; field
|
/system/bt/stack/test/ |
D | gatt_connection_manager_test.cc | 68 bool L2CA_ConnectFixedChnl(uint16_t fixed_cid, const RawAddress& bd_addr) { in L2CA_ConnectFixedChnl() argument
|
/system/bt/stack/smp/ |
D | smp_utils.cc | 336 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/ |
D | matchers.py | 267 return lambda packet: None if cid != packet.fixed_cid else packet
|