Home | History | Annotate | Download | only in src

Lines Matching defs:client_if

110     uint8_t     client_if;
238 , p_data->reg_oper.client_if
349 , p_data->open.status, p_data->open.client_if, &bda);
358 , p_data->status, p_data->close.client_if, &bda);
389 HAL_CBACK(bt_gatt_callbacks, client->read_remote_rssi_cb, p_btif_cb->client_if,
454 btif_cb.client_if = rssi_request_client_if;
487 BTA_GATTC_AppDeregister(p_cb->client_if);
503 BTA_GATTC_Open(p_cb->client_if, p_cb->bd_addr.address, p_cb->is_direct);
511 BTA_GATTC_CancelOpen(p_cb->client_if, p_cb->bd_addr.address, TRUE);
514 BTA_GATTC_CancelOpen(p_cb->client_if, p_cb->bd_addr.address, FALSE);
680 status = BTA_GATTC_RegisterForNotifications(p_cb->client_if,
692 status = BTA_GATTC_DeregisterForNotifications(p_cb->client_if,
705 rssi_request_client_if = p_cb->client_if;
728 static bt_status_t btif_gattc_unregister_app(int client_if )
732 btif_cb.client_if = (uint8_t) client_if;
737 static bt_status_t btif_gattc_scan( int client_if, bool start )
741 btif_cb.client_if = (uint8_t) client_if;
746 static bt_status_t btif_gattc_open(int client_if, const bt_bdaddr_t *bd_addr, bool is_direct )
750 btif_cb.client_if = (uint8_t) client_if;
757 static bt_status_t btif_gattc_close( int client_if, const bt_bdaddr_t *bd_addr, int conn_id)
761 btif_cb.client_if = (uint8_t) client_if;
768 static bt_status_t btif_gattc_refresh( int client_if, const bt_bdaddr_t *bd_addr )
772 btif_cb.client_if = (uint8_t) client_if;
918 static bt_status_t btif_gattc_reg_for_notification(int client_if, const bt_bdaddr_t *bd_addr,
924 btif_cb.client_if = (uint8_t) client_if;
932 static bt_status_t btif_gattc_dereg_for_notification(int client_if, const bt_bdaddr_t *bd_addr,
938 btif_cb.client_if = (uint8_t) client_if;
946 static bt_status_t btif_gattc_read_remote_rssi(int client_if, const bt_bdaddr_t *bd_addr)
950 btif_cb.client_if = (uint8_t) client_if;