/external/bluetooth/bluedroid/bta/gatt/ |
bta_gattc_act.c | 149 if (!bta_hh_le_is_hh_gatt_if(p_cb->cl_rcb[i].client_if)) { 198 if ((p_app_uuid == NULL) || (p_cb->cl_rcb[i].client_if = GATT_Register(p_app_uuid, &bta_gattc_cl_cback)) == 0) 210 cb_data.reg_oper.client_if = p_cb->cl_rcb[i].client_if; 215 p_buf->client_if = p_cb->cl_rcb[i].client_if; 222 GATT_Deregister(p_cb->cl_rcb[i].client_if); 253 if (bta_gattc_cl_get_regcb(p_msg->int_start_if.client_if) !=NULL ) 255 GATT_StartIf(p_msg->int_start_if.client_if); 259 APPL_TRACE_ERROR1("Unable to start app.: Unknown interface =%d",p_msg->int_start_if.client_if ); 1613 tBTA_GATTC_IF client_if = p_clreg->client_if; local [all...] |
bta_gattc_int.h | 108 tBTA_GATTC_IF client_if; member in struct:__anon2941 118 tBTA_GATTC_IF client_if; member in struct:__anon2942 187 tBTA_GATTC_IF client_if; member in struct:__anon2950 195 tBTA_GATTC_IF client_if; member in struct:__anon2951 204 tBTA_GATTC_IF client_if; member in struct:__anon2952 347 tBTA_GATTC_IF client_if; /* client interface with BTE stack for this application */ member in struct:__anon2959 491 extern tBTA_GATTC_CLCB * bta_gattc_find_clcb_by_cif (UINT8 client_if, BD_ADDR remote_bda); 493 extern tBTA_GATTC_CLCB * bta_gattc_clcb_alloc(tBTA_GATTC_IF client_if, BD_ADDR remote_bda); 495 extern tBTA_GATTC_CLCB * bta_gattc_find_alloc_clcb(tBTA_GATTC_IF client_if, BD_ADDR remote_bda); 496 extern tBTA_GATTC_RCB * bta_gattc_cl_get_regcb(UINT8 client_if); [all...] |
/external/bluetooth/bluedroid/btif/src/ |
btif_gatt_client.c | 123 uint8_t client_if; member in struct:__anon3386 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); 500 HAL_CBACK(bt_gatt_callbacks, client->read_remote_rssi_cb, p_btif_cb->client_if, 509 , p_data->reg_oper.client_if 575 btif_cb.client_if = rssi_request_client_if; 608 BTA_GATTC_AppDeregister(p_cb->client_if); 635 BTA_GATTC_Open(p_cb->client_if, p_cb->bd_addr.address, p_cb->is_direct); 644 BTA_GATTC_CancelOpen(p_cb->client_if, p_cb->bd_addr.address, TRUE) [all...] |
/external/bluetooth/bluedroid/bta/include/ |
bta_gatt_api.h | 258 tBTA_GATTC_IF client_if; member in struct:__anon3131 319 tBTA_GATTC_IF client_if; member in struct:__anon3139 327 tBTA_GATTC_IF client_if; member in struct:__anon3140 347 tBTA_GATTC_IF client_if; member in struct:__anon3142 355 tBTA_GATTC_IF client_if; member in struct:__anon3143 617 ** Parameters client_if - client interface identifier. 622 BTA_API extern void BTA_GATTC_AppDeregister (tBTA_GATTC_IF client_if); 631 ** Parameters client_if: server interface. 638 BTA_API extern void BTA_GATTC_Open(tBTA_GATTC_IF client_if, BD_ADDR remote_bda, BOOLEAN is_direct); 647 ** Parameters client_if: server interface [all...] |
/external/bluetooth/bluedroid/bta/dm/ |
bta_dm_int.h | 816 tBTA_GATTC_IF client_if; member in struct:__anon2927
|