Home | History | Annotate | Download | only in src

Lines Matching defs:client_if

139     uint8_t  client_if;
159 uint8_t client_if;
196 uint8_t client_if;
247 static bt_status_t btif_gattc_multi_adv_disable(int client_if);
250 int client_if = ((TIMER_LIST_ENT*)p_tle)->data;
251 btif_gattc_multi_adv_disable(client_if); // Does context switch
478 , p_data->reg_oper.client_if
586 , p_data->open.status, p_data->open.client_if, &bda);
604 , p_data->status, p_data->close.client_if, &bda);
655 HAL_CBACK(bt_gatt_callbacks, client->read_remote_rssi_cb, p_btif_cb->client_if,
664 , p_data->reg_oper.client_if
680 btif_multi_adv_add_instid_map(p_btif_cb->client_if, p_btif_cb->inst_id, false);
682 , p_btif_cb->client_if
685 btif_multi_adv_timer_ctrl(p_btif_cb->client_if,
694 , p_btif_cb->client_if
697 btif_multi_adv_timer_ctrl(p_btif_cb->client_if,
705 btif_gattc_clear_clientif(p_btif_cb->client_if, FALSE);
707 , p_btif_cb->client_if
716 btif_gattc_clear_clientif(p_btif_cb->client_if, TRUE);
718 , p_btif_cb->client_if
742 , p_data->client_if
753 , p_data->client_if
763 , p_data->client_if
772 , p_data->client_if);
788 , p_data->client_if, p_data->status, p_data->read_reports.report_format
799 p_btif_cb->client_if, p_btif_cb->status, p_btif_cb->cond_op,
807 BTIF_TRACE_DEBUG("BTA_GATTC_SCAN_FLT_PARAM_EVT: %d, %d, %d, %d",p_data->client_if,
810 , p_data->action, p_data->client_if, p_data->status
818 BTIF_TRACE_DEBUG("BTA_GATTC_SCAN_FLT_STATUS_EVT: %d, %d, %d",p_data->client_if,
821 , p_data->action, p_data->client_if, p_data->status);
841 p_btif_cb->client_if, btif_gattc_translate_btm_status(p_btif_cb->status));
865 uint8_t client_if = 0;
873 client_if = *(UINT8 *) p_ref;
876 BTIF_TRACE_DEBUG("%s -Inst ID %d, Status:%x, client_if:%d",__FUNCTION__,inst_id, call_status,
877 client_if);
879 btif_cb.client_if = client_if;
926 btif_scan_track_cb.client_if = ref_value;
927 BTIF_TRACE_DEBUG("bta_batch_scan_setup_cb-Status:%x, client_if:%d, evt=%d",
975 btif_scan_track_cb.client_if = ref_value;
977 BTIF_TRACE_DEBUG("%s - client_if:%d",__FUNCTION__, ref_value);
989 BTIF_TRACE_DEBUG("%s - client_if:%d, %d, %d, %d",__FUNCTION__, ref_value, status, num_records,
994 btif_scan_track_cb.client_if = ref_value;
1072 btif_cb.client_if = rssi_request_client_if;
1077 static void bta_scan_param_setup_cb(tGATT_IF client_if, tBTM_STATUS status)
1082 btif_cb.client_if = client_if;
1096 btif_cb.client_if = ref_value;
1109 btif_cb.client_if = ref_value;
1122 btif_cb.client_if = ref_value;
1172 btif_gattc_clear_clientif(p_cb->client_if, TRUE);
1174 BTA_GATTC_AppDeregister(p_cb->client_if);
1214 p_cb->client_if, &p_cb->bd_addr);
1242 BTA_GATTC_Open(p_cb->client_if, p_cb->bd_addr.address, p_cb->is_direct, transport);
1251 BTA_GATTC_CancelOpen(p_cb->client_if, p_cb->bd_addr.address, TRUE);
1254 BTA_GATTC_CancelOpen(p_cb->client_if, p_cb->bd_addr.address, FALSE);
1420 status = BTA_GATTC_RegisterForNotifications(p_cb->client_if,
1432 status = BTA_GATTC_DeregisterForNotifications(p_cb->client_if,
1445 rssi_request_client_if = p_cb->client_if;
1453 BTA_DmBleTrackAdvertiser(p_adv_filt_cb->client_if, bta_track_adv_event_cb);
1456 p_adv_filt_cb->client_if);
1474 p_adv_filt_cb->client_if);
1480 NULL, bta_scan_filt_cfg_cb, p_adv_filt_cb->client_if);
1500 p_adv_filt_cb->client_if);
1512 p_adv_filt_cb->client_if);
1523 p_adv_filt_cb->client_if);
1537 p_adv_filt_cb->client_if);
1549 p_adv_filt_cb->client_if);
1565 p_adv_filt_cb->client_if);
1573 p_adv_filt_cb->client_if);
1579 BTA_GATTC_Listen(p_cb->client_if, p_cb->start, NULL);
1581 BTA_GATTC_Broadcast(p_cb->client_if, p_cb->start);
1617 arrindex = btif_multi_adv_add_instid_map(p_inst_cb->client_if,INVALID_ADV_INST, true);
1619 cbindex = btif_gattc_obtain_idx_for_datacb(p_inst_cb->client_if, CLNT_IF_IDX);
1627 BTIF_TRACE_DEBUG("%s, client_if value: %d", __FUNCTION__,
1645 int inst_id = btif_multi_adv_instid_for_clientif(p_inst_cb->client_if);
1646 int cbindex = btif_gattc_obtain_idx_for_datacb(p_inst_cb->client_if, CLNT_IF_IDX);
1663 int cbindex = btif_gattc_obtain_idx_for_datacb(p_adv_data->client_if, CLNT_IF_IDX);
1664 int inst_id = btif_multi_adv_instid_for_clientif(p_adv_data->client_if);
1688 int inst_id = btif_multi_adv_instid_for_clientif(p_inst_cb->client_if);
1718 BTA_DmSetBleScanParams(p_cb->client_if, p_cb->scan_interval, p_cb->scan_window,
1729 (tBTA_DM_BLE_REF_VALUE) p_scan_track_cb->client_if);
1738 p_scan_track_cb->addr_type, p_scan_track_cb->client_if);
1745 BTA_DmBleDisableBatchScan(p_scan_track_cb->client_if);
1752 BTA_DmBleReadScanReports(p_scan_track_cb->scan_mode, p_scan_track_cb->client_if);
1777 static bt_status_t btif_gattc_unregister_app(int client_if )
1781 btif_cb.client_if = (uint8_t) client_if;
1794 static bt_status_t btif_gattc_open(int client_if, const bt_bdaddr_t *bd_addr,
1799 btif_cb.client_if = (uint8_t) client_if;
1807 static bt_status_t btif_gattc_close( int client_if, const bt_bdaddr_t *bd_addr, int conn_id)
1811 btif_cb.client_if = (uint8_t) client_if;
1818 static bt_status_t btif_gattc_listen(int client_if, bool start)
1822 btif_cb.client_if = (uint8_t) client_if;
1866 static bt_status_t btif_gattc_set_adv_data(int client_if, bool set_scan_rsp, bool include_name,
1875 btif_gattc_adv_data_packager(client_if, set_scan_rsp, include_name,
1886 static bt_status_t btif_gattc_refresh( int client_if, const bt_bdaddr_t *bd_addr )
1890 btif_cb.client_if = (uint8_t) client_if;
2038 static bt_status_t btif_gattc_reg_for_notification(int client_if, const bt_bdaddr_t *bd_addr,
2044 btif_cb.client_if = (uint8_t) client_if;
2052 static bt_status_t btif_gattc_dereg_for_notification(int client_if, const bt_bdaddr_t *bd_addr,
2058 btif_cb.client_if = (uint8_t) client_if;
2066 static bt_status_t btif_gattc_read_remote_rssi(int client_if, const bt_bdaddr_t *bd_addr)
2070 btif_cb.client_if = (uint8_t) client_if;
2107 btif_filt_cb.client_if = filt_param.client_if;
2124 static bt_status_t btif_gattc_scan_filter_add_remove(int client_if, int action,
2140 btif_filt_cb.client_if = client_if;
2167 static bt_status_t btif_gattc_scan_filter_clear(int client_if, int filt_index)
2174 btif_filt_cb.client_if = client_if;
2181 static bt_status_t btif_gattc_scan_filter_enable(int client_if, bool enable)
2189 btif_filt_cb.client_if = client_if;
2197 static bt_status_t btif_gattc_set_scan_parameters(int client_if, int scan_interval,
2202 btif_cb.client_if = client_if;
2220 static bt_status_t btif_gattc_multi_adv_enable(int client_if, int min_interval, int max_interval,
2226 adv_cb.client_if = (uint8_t) client_if;
2239 static bt_status_t btif_gattc_multi_adv_update(int client_if, int min_interval, int max_interval,
2245 adv_cb.client_if = (uint8_t) client_if;
2258 static bt_status_t btif_gattc_multi_adv_setdata(int client_if, bool set_scan_rsp,
2272 btif_gattc_adv_data_packager(client_if, set_scan_rsp, include_name, incl_txpower,
2284 static bt_status_t btif_gattc_multi_adv_disable(int client_if)
2289 adv_cb.client_if = (uint8_t) client_if;
2295 static bt_status_t btif_gattc_cfg_storage(int client_if,int batch_scan_full_max,
2301 bt_scan_cb.client_if = (uint8_t) client_if;
2309 static bt_status_t btif_gattc_enb_batch_scan(int client_if,int scan_mode, int scan_interval,
2315 bt_scan_cb.client_if = (uint8_t) client_if;
2325 static bt_status_t btif_gattc_dis_batch_scan(int client_if)
2330 bt_scan_cb.client_if = (uint8_t) client_if;
2335 static bt_status_t btif_gattc_read_batch_scan_reports(int client_if, int scan_mode)
2340 bt_scan_cb.client_if = (uint8_t) client_if;