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

  /hardware/libhardware/include/hardware/
bt_common_types.h 29 uint8_t client_if; member in struct:__anon24665
bt_gatt_client.h 73 uint8_t client_if; member in struct:__anon24672
121 typedef void (*register_client_callback)(int status, int client_if,
128 typedef void (*connect_callback)(int conn_id, int status, int client_if, bt_bdaddr_t* bda);
132 int client_if, bt_bdaddr_t* bda);
188 typedef void (*read_remote_rssi_callback)(int client_if, bt_bdaddr_t* bda,
200 typedef void (*scan_filter_cfg_callback)(int action, int client_if, int status, int filt_type,
204 typedef void (*scan_filter_param_callback)(int action, int client_if, int status,
208 typedef void (*scan_filter_status_callback)(int enable, int client_if, int status);
211 typedef void (*multi_adv_enable_callback)(int client_if, int status);
214 typedef void (*multi_adv_update_callback)(int client_if, int status)
    [all...]
  /system/bt/btif/include/
btif_gatt_multi_adv_util.h 38 int client_if; member in struct:__anon69115
56 UINT8 client_if; member in struct:__anon69116
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,
94 void btif_multi_adv_timer_ctrl(int client_if, TIMER_CBACK cb);
  /system/bt/bta/gatt/
bta_gattc_act.c 156 if (!bta_hh_le_is_hh_gatt_if(p_cb->cl_rcb[i].client_if)) {
205 if ((p_app_uuid == NULL) || (p_cb->cl_rcb[i].client_if = GATT_Register(p_app_uuid, &bta_gattc_cl_cback)) == 0)
217 cb_data.reg_oper.client_if = p_cb->cl_rcb[i].client_if;
222 p_buf->client_if = p_cb->cl_rcb[i].client_if;
229 GATT_Deregister(p_cb->cl_rcb[i].client_if);
262 if (bta_gattc_cl_get_regcb(p_msg->int_start_if.client_if) !=NULL )
264 GATT_StartIf(p_msg->int_start_if.client_if);
268 APPL_TRACE_ERROR("Unable to start app.: Unknown interface =%d",p_msg->int_start_if.client_if );
1777 tBTA_GATTC_IF client_if = p_clreg->client_if; local
    [all...]
bta_gattc_int.h 109 tBTA_GATTC_IF client_if; member in struct:__anon68665
119 tBTA_GATTC_IF client_if; member in struct:__anon68666
189 tBTA_GATTC_IF client_if; member in struct:__anon68674
204 tBTA_GATTC_IF client_if; member in struct:__anon68676
214 tBTA_GATTC_IF client_if; member in struct:__anon68677
359 tBTA_GATTC_IF client_if; /* client interface with BTE stack for this application */ member in struct:__anon68684
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...]
  /system/bt/btif/src/
btif_gatt_client.c 139 uint8_t client_if; member in struct:__anon69171
159 uint8_t client_if; member in struct:__anon69172
196 uint8_t client_if; member in struct:__anon69173
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
478 , p_data->reg_oper.client_if
586 , p_data->open.status, p_data->open.client_if, &bda);
604 , p_data->status, p_data->close.client_if, &bda);
655 HAL_CBACK(bt_gatt_callbacks, client->read_remote_rssi_cb, p_btif_cb->client_if,
865 uint8_t client_if = 0; local
    [all...]
  /system/bt/bta/include/
bta_gatt_api.h 287 tBTA_GATTC_IF client_if; member in struct:__anon68875
354 tBTA_GATTC_IF client_if; member in struct:__anon68884
364 tBTA_GATTC_IF client_if; member in struct:__anon68885
390 tBTA_GATTC_IF client_if; member in struct:__anon68888
398 tBTA_GATTC_IF client_if; member in struct:__anon68889
675 ** Parameters client_if - client interface identifier.
680 extern void BTA_GATTC_AppDeregister (tBTA_GATTC_IF client_if);
689 ** Parameters client_if: server interface.
696 extern void BTA_GATTC_Open(tBTA_GATTC_IF client_if, BD_ADDR remote_bda,
706 ** Parameters client_if: server interface
    [all...]
  /system/bt/bta/dm/
bta_dm_int.h 462 tBTA_GATTC_IF client_if; member in struct:__anon68621
939 tBTA_GATTC_IF client_if; member in struct:__anon68651
    [all...]

Completed in 88 milliseconds