Searched refs:L2CAP_ATT_CID (Results 1 – 12 of 12) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/ |
D | l2cdefs.h | 140 #define L2CAP_ATT_CID 4 macro 160 #define L2CAP_FIXED_CHNL_ATT_BIT (1 << L2CAP_ATT_CID)
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/ |
D | gatt_main.c | 133 L2CA_RegisterFixedChannel (L2CAP_ATT_CID, &fixed_reg); in gatt_init() 232 p_tcb->att_lcid = L2CAP_ATT_CID; in gatt_connect() 233 gatt_ret = L2CA_ConnectFixedChnl (L2CAP_ATT_CID, rem_bda, bd_addr_type, is_aux); in gatt_connect() 267 if (p_tcb->att_lcid == L2CAP_ATT_CID) { in gatt_disconnect() 270 ret = L2CA_RemoveFixedChnl (L2CAP_ATT_CID, p_tcb->peer_bda); in gatt_disconnect() 351 p_tcb->att_lcid == L2CAP_ATT_CID && /* only update link idle timer for fixed channel */ in gatt_update_app_use_link_flag() 492 p_tcb->att_lcid = L2CAP_ATT_CID; in gatt_le_connect_cback() 953 if (gatt_num_apps_hold_link(p_tcb) && p_tcb->att_lcid == L2CAP_ATT_CID ) { in gatt_send_conn_cback()
|
D | att_protocol.c | 354 if (p_tcb->att_lcid == L2CAP_ATT_CID) { in attp_send_msg_to_l2cap() 355 l2cap_ret = L2CA_SendFixedChnlData (L2CAP_ATT_CID, p_tcb->peer_bda, p_toL2CAP); in attp_send_msg_to_l2cap()
|
D | gatt_api.c | 1252 if (p_tcb->att_lcid == L2CAP_ATT_CID) { in GATT_SetIdleTimeout() 1253 status = L2CA_SetFixedChannelTout (bd_addr, L2CAP_ATT_CID, idle_tout); in GATT_SetIdleTimeout()
|
D | gatt_db.c | 417 if ((p_tcb->att_lcid == L2CAP_ATT_CID) && (status == GATT_PENDING) && in gatts_db_read_attr_value_by_type()
|
D | gatt_sr.c | 1059 if (p_tcb->att_lcid != L2CAP_ATT_CID) { in gatts_process_mtu_req()
|
/hal_espressif-latest/components/bt/host/bluedroid/api/ |
D | esp_gattc_api.c | 453 if (L2CA_CheckIsCongest(L2CAP_ATT_CID, p_tcb->peer_bda)) { in esp_ble_gattc_read_char() 494 if (L2CA_CheckIsCongest(L2CAP_ATT_CID, p_tcb->peer_bda)) { in esp_ble_gattc_read_by_type() 530 if (L2CA_CheckIsCongest(L2CAP_ATT_CID, p_tcb->peer_bda)) { in esp_ble_gattc_read_multiple() 566 if (L2CA_CheckIsCongest(L2CAP_ATT_CID, p_tcb->peer_bda)) { in esp_ble_gattc_read_multiple_variable() 602 if (L2CA_CheckIsCongest(L2CAP_ATT_CID, p_tcb->peer_bda)) { in esp_ble_gattc_read_char_descr() 639 if (L2CA_CheckIsCongest(L2CAP_ATT_CID, p_tcb->peer_bda)) { in esp_ble_gattc_write_char() 682 if (L2CA_CheckIsCongest(L2CAP_ATT_CID, p_tcb->peer_bda)) { in esp_ble_gattc_write_char_descr() 725 if (L2CA_CheckIsCongest(L2CAP_ATT_CID, p_tcb->peer_bda)) { in esp_ble_gattc_prepare_write() 766 if (L2CA_CheckIsCongest(L2CAP_ATT_CID, p_tcb->peer_bda)) { in esp_ble_gattc_prepare_write_char_descr()
|
D | esp_gatts_api.c | 274 if (L2CA_CheckIsCongest(L2CAP_ATT_CID, p_tcb->peer_bda)) { in esp_ble_gatts_send_indicate()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/ |
D | l2c_api.c | 1674 if (fixed_cid >= L2CAP_ATT_CID && fixed_cid <= L2CAP_SMP_CID) { in L2CA_ConnectFixedChnl() 1773 if (fixed_cid >= L2CAP_ATT_CID && fixed_cid <= L2CAP_SMP_CID) { in L2CA_SendFixedChnlData() 1912 if (fixed_cid >= L2CAP_ATT_CID && fixed_cid <= L2CAP_SMP_CID) { in L2CA_RemoveFixedChnl() 1942 if ((fixed_cid == L2CAP_ATT_CID ) && !p_lcb->ccb_queue.p_first_ccb) { in L2CA_RemoveFixedChnl() 2005 if (fixed_cid >= L2CAP_ATT_CID && fixed_cid <= L2CAP_SMP_CID) { in L2CA_SetFixedChannelTout() 2403 tL2C_CCB *p_ccb = p_lcb->p_fixed_ccbs[L2CAP_ATT_CID - L2CAP_FIRST_FIXED_CHNL]; in l2ble_update_att_acl_pkt_num()
|
D | l2c_ble.c | 352 …if (!l2cu_initialize_fixed_ccb (p_lcb, L2CAP_ATT_CID, &l2cb.fixed_reg[L2CAP_ATT_CID - L2CAP_FIRST_… in l2cble_scanner_conn_comp() 457 …if (!l2cu_initialize_fixed_ccb (p_lcb, L2CAP_ATT_CID, &l2cb.fixed_reg[L2CAP_ATT_CID - L2CAP_FIRST_… in l2cble_advertiser_conn_comp()
|
D | l2c_utils.c | 2848 xx + L2CAP_FIRST_FIXED_CHNL >= L2CAP_ATT_CID && in l2cu_process_fixed_chnl_resp()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/ |
D | btm_ble_bgconn.c | 647 if (!L2CA_ConnectFixedChnl(L2CAP_ATT_CID, bda, BLE_ADDR_UNKNOWN_TYPE, FALSE)) { in btm_ble_initiate_select_conn()
|