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

  /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_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...]
  /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/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...]
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_int.h 814 tBTA_GATTC_IF client_if; member in struct:__anon2927

Completed in 226 milliseconds