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 107 if ((p_app_uuid == NULL) || (p_cb->cl_rcb[i].client_if = GATT_Register(p_app_uuid, &bta_gattc_cl_cback)) == 0)
120 cb_data.reg_oper.client_if = p_cb->cl_rcb[i].client_if;
130 p_buf->client_if = p_cb->cl_rcb[i].client_if;
160 if (bta_gattc_cl_get_regcb(p_msg->int_start_if.client_if) !=NULL )
162 GATT_StartIf(p_msg->int_start_if.client_if);
166 APPL_TRACE_ERROR1("Unable to start app.: Unknown interface =%d",p_msg->int_start_if.client_if );
178 void bta_gattc_int_deregister_cmpl(tBTA_GATTC_RCB *p_clreg, tBTA_GATTC_IF client_if)
184 APPL_TRACE_DEBUG1("bta_gattc_int_deregister_cmpl client_if=%d", client_if )
237 tBTA_GATTC_IF client_if = p_data->int_dereg.client_if; local
    [all...]
bta_gattc_int.h 105 tBTA_GATTC_IF client_if; member in struct:__anon2503
115 tBTA_GATTC_IF client_if; member in struct:__anon2504
315 tBTA_GATTC_IF client_if; /* client interface with BTE stack for this application */ member in struct:__anon2518
445 extern tBTA_GATTC_CLCB * bta_gattc_find_clcb_by_cif (UINT8 client_if, BD_ADDR remote_bda);
447 extern tBTA_GATTC_CLCB * bta_gattc_clcb_alloc(tBTA_GATTC_IF client_if, BD_ADDR remote_bda);
449 extern tBTA_GATTC_CLCB * bta_gattc_find_alloc_clcb(tBTA_GATTC_IF client_if, BD_ADDR remote_bda);
450 extern tBTA_GATTC_RCB * bta_gattc_cl_get_regcb(UINT8 client_if);
462 extern BOOLEAN bta_gattc_mark_bg_conn (tBTA_GATTC_IF client_if, BD_ADDR_PTR remote_bda, BOOLEAN add, BOOLEAN is_listen);
463 extern BOOLEAN bta_gattc_check_bg_conn (tBTA_GATTC_IF client_if, BD_ADDR remote_bda, UINT8 role);
  /external/bluetooth/bluedroid/btif/src/
btif_gatt_client.c 110 uint8_t client_if; member in struct:__anon2938
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)
    [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_gatt_api.h 256 tBTA_GATTC_IF client_if; member in struct:__anon2685
317 tBTA_GATTC_IF client_if; member in struct:__anon2693
325 tBTA_GATTC_IF client_if; member in struct:__anon2694
345 tBTA_GATTC_IF client_if; member in struct:__anon2696
601 ** Parameters client_if - client interface identifier.
606 BTA_API extern void BTA_GATTC_AppDeregister (tBTA_GATTC_IF client_if);
615 ** Parameters client_if: server interface.
622 BTA_API extern void BTA_GATTC_Open(tBTA_GATTC_IF client_if, BD_ADDR remote_bda, BOOLEAN is_direct);
631 ** Parameters client_if: server interface.
638 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 812 tBTA_GATTC_IF client_if; member in struct:__anon2489

Completed in 70 milliseconds