Home | History | Annotate | Download | only in src

Lines Matching defs:client_if

123     uint8_t     client_if;
331 , p_data->reg_oper.client_if
439 , p_data->open.status, p_data->open.client_if, &bda);
451 , p_data->status, p_data->close.client_if, &bda);
479 HAL_CBACK(bt_gatt_callbacks, client->read_remote_rssi_cb, p_btif_cb->client_if,
488 , p_data->reg_oper.client_if
554 btif_cb.client_if = rssi_request_client_if;
587 BTA_GATTC_AppDeregister(p_cb->client_if);
614 BTA_GATTC_Open(p_cb->client_if, p_cb->bd_addr.address, p_cb->is_direct);
623 BTA_GATTC_CancelOpen(p_cb->client_if, p_cb->bd_addr.address, TRUE);
626 BTA_GATTC_CancelOpen(p_cb->client_if, p_cb->bd_addr.address, FALSE);
792 status = BTA_GATTC_RegisterForNotifications(p_cb->client_if,
804 status = BTA_GATTC_DeregisterForNotifications(p_cb->client_if,
817 rssi_request_client_if = p_cb->client_if;
822 BTA_GATTC_Listen(p_cb->client_if, p_cb->start, NULL);
855 static bt_status_t btif_gattc_unregister_app(int client_if )
859 btif_cb.client_if = (uint8_t) client_if;
864 static bt_status_t btif_gattc_scan( int client_if, bool start )
868 btif_cb.client_if = (uint8_t) client_if;
873 static bt_status_t btif_gattc_open(int client_if, const bt_bdaddr_t *bd_addr, bool is_direct )
877 btif_cb.client_if = (uint8_t) client_if;
884 static bt_status_t btif_gattc_close( int client_if, const bt_bdaddr_t *bd_addr, int conn_id)
888 btif_cb.client_if = (uint8_t) client_if;
895 static bt_status_t btif_gattc_listen(int client_if, bool start)
899 btif_cb.client_if = (uint8_t) client_if;
905 static bt_status_t btif_gattc_set_adv_data(int client_if, bool set_scan_rsp, bool include_name,
914 btif_cb.client_if = (uint8_t) client_if;
957 static bt_status_t btif_gattc_refresh( int client_if, const bt_bdaddr_t *bd_addr )
961 btif_cb.client_if = (uint8_t) client_if;
1109 static bt_status_t btif_gattc_reg_for_notification(int client_if, const bt_bdaddr_t *bd_addr,
1115 btif_cb.client_if = (uint8_t) client_if;
1123 static bt_status_t btif_gattc_dereg_for_notification(int client_if, const bt_bdaddr_t *bd_addr,
1129 btif_cb.client_if = (uint8_t) client_if;
1137 static bt_status_t btif_gattc_read_remote_rssi(int client_if, const bt_bdaddr_t *bd_addr)
1141 btif_cb.client_if = (uint8_t) client_if;