Home
last modified time | relevance | path

Searched refs:kAttCid (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/bt/main/shim/
H A Dl2c_api.cc856 static constexpr uint16_t kAttCid = 4; variable
893 if (cid_ == kAttCid) { in on_channel_open()
976 if (cid != kAttCid && cid != kSmpCid) { in L2CA_RegisterFixedChannel()
997 if (cid != kAttCid && cid != kSmpCid) { in L2CA_ConnectFixedChnl()
1021 if (cid != kAttCid && cid != kSmpCid) { in L2CA_SendFixedChnlData()
1037 if (cid != kAttCid && cid != kSmpCid) { in L2CA_RemoveFixedChnl()
1063 auto* helper = &le_fixed_channel_helper_.find(kAttCid)->second; in L2CA_LeConnectionUpdate()
1090 auto* helper = &le_fixed_channel_helper_.find(kAttCid)->second; in L2CA_EnableUpdateBleConnParams()
/aosp12/system/bt/stack/l2cap/
H A Dl2c_api.cc1443 constexpr uint16_t kAttCid = 4; in L2CA_SetLeGattTimeout() local
1448 (!p_lcb->p_fixed_ccbs[kAttCid - L2CAP_FIRST_FIXED_CHNL])) { in L2CA_SetLeGattTimeout()
1450 << StringPrintf(" CID: 0x%04x not connected", kAttCid); in L2CA_SetLeGattTimeout()
1454 p_lcb->p_fixed_ccbs[kAttCid - L2CAP_FIRST_FIXED_CHNL]->fixed_chnl_idle_tout = in L2CA_SetLeGattTimeout()