HomeSort by relevance Sort by last modified time
    Searched refs:p_dev_cb (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/bluedroid/bta/hh/
bta_hh_le.c 77 static void bta_hh_le_search_hid_chars(tBTA_HH_DEV_CB *p_dev_cb);
78 static void bta_hh_le_search_hid_included(tBTA_HH_DEV_CB *p_dev_cb);
81 static void bta_hh_le_register_scpp_notif(tBTA_HH_DEV_CB *p_dev_cb, tBTA_GATT_STATUS status);
82 static void bta_hh_le_register_scpp_notif_cmpl(tBTA_HH_DEV_CB *p_dev_cb, tBTA_GATT_STATUS status);
308 BOOLEAN bta_hh_le_add_hid_srvc_entry(tBTA_HH_DEV_CB *p_dev_cb, UINT8 idx)
314 p_dev_cb->hid_srvc[idx].in_use = TRUE;
400 tBTA_HH_DEV_CB *p_dev_cb = &bta_hh_cb.kdev[0]; local
402 for (i = 0; i < BTA_HH_MAX_DEVICE; i ++, p_dev_cb ++)
404 if (p_dev_cb->in_use && p_dev_cb->conn_id == conn_id
420 tBTA_HH_DEV_CB *p_dev_cb = &bta_hh_cb.kdev[0]; local
1256 tBTA_HH_DEV_CB *p_dev_cb; local
1491 tBTA_HH_DEV_CB *p_dev_cb = bta_hh_le_find_dev_cb_by_bda(p_data->remote_bda); local
1520 tBTA_HH_DEV_CB *p_dev_cb = bta_hh_le_find_dev_cb_by_conn_id(p_srvc_result->conn_id); local
1624 tBTA_HH_DEV_CB *p_dev_cb = bta_hh_le_find_dev_cb_by_conn_id(p_data->conn_id); local
2338 tBTA_HH_DEV_CB *p_dev_cb = bta_hh_le_find_dev_cb_by_conn_id(p_data->conn_id); local
2850 tBTA_HH_DEV_CB *p_dev_cb; local
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_gatt_client.c 240 static btif_gattc_dev_cb_t *p_dev_cb = &btif_gattc_dev_cb; variable
335 memset(p_dev_cb, 0, sizeof(btif_gattc_dev_cb_t));
344 if (!p_dev_cb->remote_dev[i].in_use )
346 memcpy(p_dev_cb->remote_dev[i].bd_addr.address, p_bda, BD_ADDR_LEN);
347 p_dev_cb->addr_type = addr_type;
348 p_dev_cb->remote_dev[i].in_use = TRUE;
356 i= p_dev_cb->next_storage_idx;
357 memcpy(p_dev_cb->remote_dev[i].bd_addr.address, p_bda, BD_ADDR_LEN);
358 p_dev_cb->addr_type = addr_type;
359 p_dev_cb->remote_dev[i].in_use = TRUE
    [all...]

Completed in 329 milliseconds