HomeSort by relevance Sort by last modified time
    Searched refs:client_if (Results 1 - 14 of 14) sorted by null

  /hardware/libhardware/include/hardware/
bt_gatt_client.h 84 typedef void (*register_client_callback)(int status, int client_if,
91 typedef void (*connect_callback)(int conn_id, int status, int client_if, bt_bdaddr_t* bda);
95 int client_if, bt_bdaddr_t* bda);
151 typedef void (*read_remote_rssi_callback)(int client_if, bt_bdaddr_t* bda,
187 bt_status_t (*unregister_client)(int client_if );
190 bt_status_t (*scan)( int client_if, bool start );
193 bt_status_t (*connect)( int client_if, const bt_bdaddr_t *bd_addr,
197 bt_status_t (*disconnect)( int client_if, const bt_bdaddr_t *bd_addr,
201 bt_status_t (*listen)(int client_if, bool start);
204 bt_status_t (*refresh)( int client_if, const bt_bdaddr_t *bd_addr )
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_gatt_client.c 123 uint8_t client_if; member in struct:__anon3384
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)
    [all...]
  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_act.c 146 if (!bta_hh_le_is_hh_gatt_if(p_cb->cl_rcb[i].client_if)) {
195 if ((p_app_uuid == NULL) || (p_cb->cl_rcb[i].client_if = GATT_Register(p_app_uuid, &bta_gattc_cl_cback)) == 0)
207 cb_data.reg_oper.client_if = p_cb->cl_rcb[i].client_if;
212 p_buf->client_if = p_cb->cl_rcb[i].client_if;
219 GATT_Deregister(p_cb->cl_rcb[i].client_if);
250 if (bta_gattc_cl_get_regcb(p_msg->int_start_if.client_if) !=NULL )
252 GATT_StartIf(p_msg->int_start_if.client_if);
256 APPL_TRACE_ERROR1("Unable to start app.: Unknown interface =%d",p_msg->int_start_if.client_if );
1582 tBTA_GATTC_IF client_if = p_clreg->client_if; local
    [all...]
bta_gattc_api.c 118 ** Parameters client_if - client interface identifier.
123 void BTA_GATTC_AppDeregister(tBTA_GATTC_IF client_if)
130 p_buf->client_if = client_if;
143 ** Parameters client_if: server interface.
150 void BTA_GATTC_Open(tBTA_GATTC_IF client_if, BD_ADDR remote_bda, BOOLEAN is_direct)
158 p_buf->client_if = client_if;
175 ** Parameters client_if: server interface.
182 void BTA_GATTC_CancelOpen(tBTA_GATTC_IF client_if, BD_ADDR remote_bda, BOOLEAN is_direct
    [all...]
bta_gattc_utils.c 124 tBTA_GATTC_RCB * bta_gattc_cl_get_regcb(UINT8 client_if)
132 p_clrcb->client_if == client_if)
166 tBTA_GATTC_CLCB * bta_gattc_find_clcb_by_cif (UINT8 client_if, BD_ADDR remote_bda)
174 p_clcb->p_rcb->client_if == client_if &&
212 tBTA_GATTC_CLCB * bta_gattc_clcb_alloc(tBTA_GATTC_IF client_if, BD_ADDR remote_bda)
229 p_clcb->p_rcb = bta_gattc_cl_get_regcb(client_if);
259 tBTA_GATTC_CLCB *bta_gattc_find_alloc_clcb(tBTA_GATTC_IF client_if, BD_ADDR remote_bda)
263 if ((p_clcb = bta_gattc_find_clcb_by_cif(client_if, remote_bda)) == NULL
    [all...]
bta_gattc_int.h 106 tBTA_GATTC_IF client_if; member in struct:__anon2941
116 tBTA_GATTC_IF client_if; member in struct:__anon2942
185 tBTA_GATTC_IF client_if; member in struct:__anon2950
193 tBTA_GATTC_IF client_if; member in struct:__anon2951
337 tBTA_GATTC_IF client_if; /* client interface with BTE stack for this application */ member in struct:__anon2958
479 extern tBTA_GATTC_CLCB * bta_gattc_find_clcb_by_cif (UINT8 client_if, BD_ADDR remote_bda);
481 extern tBTA_GATTC_CLCB * bta_gattc_clcb_alloc(tBTA_GATTC_IF client_if, BD_ADDR remote_bda);
483 extern tBTA_GATTC_CLCB * bta_gattc_find_alloc_clcb(tBTA_GATTC_IF client_if, BD_ADDR remote_bda);
484 extern tBTA_GATTC_RCB * bta_gattc_cl_get_regcb(UINT8 client_if);
499 extern BOOLEAN bta_gattc_mark_bg_conn (tBTA_GATTC_IF client_if, BD_ADDR_PTR remote_bda, BOOLEAN add, BOOLEAN is_listen)
    [all...]
bta_gattc_main.c 368 p_clreg = bta_gattc_cl_get_regcb(((tBTA_GATTC_DATA *)p_msg)->api_dereg.client_if);
  /external/bluetooth/bluedroid/bta/include/
bta_gatt_api.h 257 tBTA_GATTC_IF client_if; member in struct:__anon3130
318 tBTA_GATTC_IF client_if; member in struct:__anon3138
326 tBTA_GATTC_IF client_if; member in struct:__anon3139
346 tBTA_GATTC_IF client_if; member in struct:__anon3141
609 ** Parameters client_if - client interface identifier.
614 BTA_API extern void BTA_GATTC_AppDeregister (tBTA_GATTC_IF client_if);
623 ** Parameters client_if: server interface.
630 BTA_API extern void BTA_GATTC_Open(tBTA_GATTC_IF client_if, BD_ADDR remote_bda, BOOLEAN is_direct);
639 ** Parameters client_if: server interface.
646 BTA_API extern void BTA_GATTC_CancelOpen(tBTA_GATTC_IF client_if, BD_ADDR remote_bda, BOOLEAN is_direct)
    [all...]
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_gatt.cpp 411 void btgattc_remote_rssi_cb(int client_if,bt_bdaddr_t* bda, int rssi, int status)
421 client_if, address, rssi, status);
426 void btgattc_listen_cb(int status, int client_if)
430 , status, client_if);
    [all...]
  /external/bluetooth/bluedroid/bta/hh/
bta_hh_int.h 383 extern BOOLEAN bta_hh_le_is_hh_gatt_if(tBTA_GATTC_IF client_if);
bta_hh_le.c 235 bta_hh_cb.gatt_if = p_reg->client_if;
249 ** Description Check to see if client_if is BTA HH LE GATT interface
255 BOOLEAN bta_hh_le_is_hh_gatt_if(tBTA_GATTC_IF client_if)
257 return (bta_hh_cb.gatt_if == client_if);
    [all...]
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_act.c     [all...]
bta_dm_int.h 814 tBTA_GATTC_IF client_if; member in struct:__anon2927
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java     [all...]

Completed in 503 milliseconds