Searched refs:kAttCid (Results 1 – 2 of 2) sorted by relevance
856 static constexpr uint16_t kAttCid = 4; variable893 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()
1443 constexpr uint16_t kAttCid = 4; in L2CA_SetLeGattTimeout() local1448 (!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()