Lines Matching refs:gatt_if
779 tGATT_IF gatt_if = GATT_GET_GATT_IF(conn_id); in gatt_sr_send_req_callback() local
780 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in gatt_sr_send_req_callback()
917 tGATT_REG* gatt_get_regcb(tGATT_IF gatt_if) { in gatt_get_regcb() argument
918 uint8_t ii = (uint8_t)gatt_if; in gatt_get_regcb()
950 tGATT_IF gatt_if = GATT_GET_GATT_IF(conn_id); in gatt_is_clcb_allocated() local
953 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in gatt_is_clcb_allocated()
1001 tGATT_IF gatt_if = GATT_GET_GATT_IF(conn_id); in gatt_clcb_alloc() local
1004 tGATT_REG* p_reg = gatt_get_regcb(gatt_if); in gatt_clcb_alloc()
1340 void gatt_sr_update_cback_cnt(tGATT_TCB& tcb, uint16_t cid, tGATT_IF gatt_if, in gatt_sr_update_cback_cnt() argument
1342 uint8_t idx = ((uint8_t)gatt_if) - 1; in gatt_sr_update_cback_cnt()
1374 void gatt_sr_update_prep_cnt(tGATT_TCB& tcb, tGATT_IF gatt_if, bool is_inc, in gatt_sr_update_prep_cnt() argument
1376 uint8_t idx = ((uint8_t)gatt_if) - 1; in gatt_sr_update_prep_cnt()
1380 tcb.tcb_idx, gatt_if, is_inc, is_reset_first); in gatt_sr_update_prep_cnt()
1395 bool gatt_cancel_open(tGATT_IF gatt_if, const RawAddress& bda) { in gatt_cancel_open() argument
1404 gatt_update_app_use_link_flag(gatt_if, p_tcb, false, false); in gatt_cancel_open()
1408 connection_manager::direct_connect_remove(gatt_if, bda); in gatt_cancel_open()
1578 uint16_t conn_id = GATT_CREATE_CONN_ID(p_tcb->tcb_idx, p_reg->gatt_if); in gatt_cleanup_upon_disc()
1579 (*p_reg->app_cb.p_conn_cb)(p_reg->gatt_if, bda, conn_id, in gatt_cleanup_upon_disc()
1614 bool gatt_auto_connect_dev_remove(tGATT_IF gatt_if, const RawAddress& bd_addr) { in gatt_auto_connect_dev_remove() argument
1616 if (p_tcb) gatt_update_app_use_link_flag(gatt_if, p_tcb, false, false); in gatt_auto_connect_dev_remove()
1620 return connection_manager::background_connect_remove(gatt_if, bd_addr); in gatt_auto_connect_dev_remove()