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

  /external/bluetooth/bluedroid/btif/include/
btif_gatt_multi_adv_util.h 38 int client_if; member in struct:__anon5634
56 UINT8 client_if; member in struct:__anon5635
76 extern int btif_multi_adv_add_instid_map(int client_if, int inst_id,
78 extern int btif_multi_adv_instid_for_clientif(int client_if);
80 extern void btif_gattc_clear_clientif(int client_if, BOOLEAN stop_timer);
88 extern void btif_gattc_adv_data_packager(int client_if, bool set_scan_rsp,
93 void btif_multi_adv_timer_ctrl(int client_if, TIMER_CBACK cb);
  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_act.c 152 if (!bta_hh_le_is_hh_gatt_if(p_cb->cl_rcb[i].client_if)) {
201 if ((p_app_uuid == NULL) || (p_cb->cl_rcb[i].client_if = GATT_Register(p_app_uuid, &bta_gattc_cl_cback)) == 0)
213 cb_data.reg_oper.client_if = p_cb->cl_rcb[i].client_if;
218 p_buf->client_if = p_cb->cl_rcb[i].client_if;
225 GATT_Deregister(p_cb->cl_rcb[i].client_if);
258 if (bta_gattc_cl_get_regcb(p_msg->int_start_if.client_if) !=NULL )
260 GATT_StartIf(p_msg->int_start_if.client_if);
264 APPL_TRACE_ERROR("Unable to start app.: Unknown interface =%d",p_msg->int_start_if.client_if );
1757 tBTA_GATTC_IF client_if = p_clreg->client_if; local
    [all...]
bta_gattc_int.h 109 tBTA_GATTC_IF client_if; member in struct:__anon5179
119 tBTA_GATTC_IF client_if; member in struct:__anon5180
189 tBTA_GATTC_IF client_if; member in struct:__anon5188
204 tBTA_GATTC_IF client_if; member in struct:__anon5190
214 tBTA_GATTC_IF client_if; member in struct:__anon5191
359 tBTA_GATTC_IF client_if; /* client interface with BTE stack for this application */ member in struct:__anon5198
506 extern tBTA_GATTC_CLCB * bta_gattc_find_clcb_by_cif (UINT8 client_if, BD_ADDR remote_bda, tBTA_TRANSPORT transport);
508 extern tBTA_GATTC_CLCB * bta_gattc_clcb_alloc(tBTA_GATTC_IF client_if, BD_ADDR remote_bda, tBTA_TRANSPORT transport);
510 extern tBTA_GATTC_CLCB * bta_gattc_find_alloc_clcb(tBTA_GATTC_IF client_if, BD_ADDR remote_bda, tBTA_TRANSPORT transport);
511 extern tBTA_GATTC_RCB * bta_gattc_cl_get_regcb(UINT8 client_if);
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_gatt_client.c 137 uint8_t client_if; member in struct:__anon5691
159 uint8_t client_if; member in struct:__anon5692
196 uint8_t client_if; member in struct:__anon5693
247 static bt_status_t btif_gattc_multi_adv_disable(int client_if);
250 int client_if = ((TIMER_LIST_ENT*)p_tle)->data; local
251 btif_gattc_multi_adv_disable(client_if); // Does context switch
423 , p_data->reg_oper.client_if
531 , p_data->open.status, p_data->open.client_if, &bda);
549 , p_data->status, p_data->close.client_if, &bda);
613 HAL_CBACK(bt_gatt_callbacks, client->read_remote_rssi_cb, p_btif_cb->client_if,
812 uint8_t client_if = 0; local
    [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_gatt_api.h 287 tBTA_GATTC_IF client_if; member in struct:__anon5400
354 tBTA_GATTC_IF client_if; member in struct:__anon5409
364 tBTA_GATTC_IF client_if; member in struct:__anon5410
390 tBTA_GATTC_IF client_if; member in struct:__anon5413
398 tBTA_GATTC_IF client_if; member in struct:__anon5414
675 ** Parameters client_if - client interface identifier.
680 BTA_API extern void BTA_GATTC_AppDeregister (tBTA_GATTC_IF client_if);
689 ** Parameters client_if: server interface.
696 BTA_API extern void BTA_GATTC_Open(tBTA_GATTC_IF client_if, BD_ADDR remote_bda,
706 ** Parameters client_if: server interface
    [all...]
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_int.h 1002 tBTA_GATTC_IF client_if; member in struct:__anon5165
    [all...]

Completed in 149 milliseconds