Searched refs:p_dev_cb (Results 1 – 2 of 2) sorted by relevance
/system/bt/bta/hh/ |
D | bta_hh_le.c | 80 static void bta_hh_le_search_hid_chars(tBTA_HH_DEV_CB *p_dev_cb); 81 static void bta_hh_le_search_hid_included(tBTA_HH_DEV_CB *p_dev_cb); 84 static void bta_hh_le_register_scpp_notif(tBTA_HH_DEV_CB *p_dev_cb, tBTA_GATT_STATUS status); 85 static void bta_hh_le_register_scpp_notif_cmpl(tBTA_HH_DEV_CB *p_dev_cb, tBTA_GATT_STATUS status); 311 BOOLEAN bta_hh_le_add_hid_srvc_entry(tBTA_HH_DEV_CB *p_dev_cb, UINT8 idx) in bta_hh_le_add_hid_srvc_entry() argument 317 p_dev_cb->hid_srvc[idx].in_use = TRUE; in bta_hh_le_add_hid_srvc_entry() 403 tBTA_HH_DEV_CB *p_dev_cb = &bta_hh_cb.kdev[0]; in bta_hh_le_find_dev_cb_by_conn_id() local 405 for (i = 0; i < BTA_HH_MAX_DEVICE; i ++, p_dev_cb ++) in bta_hh_le_find_dev_cb_by_conn_id() 407 if (p_dev_cb->in_use && p_dev_cb->conn_id == conn_id) in bta_hh_le_find_dev_cb_by_conn_id() 408 return p_dev_cb; in bta_hh_le_find_dev_cb_by_conn_id() [all …]
|
/system/bt/btif/src/ |
D | btif_gatt_client.c | 240 static btif_gattc_dev_cb_t *p_dev_cb = &btif_gattc_dev_cb; variable 391 memset(p_dev_cb, 0, sizeof(btif_gattc_dev_cb_t)); in btif_gattc_init_dev_cb() 399 if (!p_dev_cb->remote_dev[i].in_use ) in btif_gattc_add_remote_bdaddr() 401 memcpy(p_dev_cb->remote_dev[i].bd_addr.address, p_bda, BD_ADDR_LEN); in btif_gattc_add_remote_bdaddr() 402 p_dev_cb->addr_type = addr_type; in btif_gattc_add_remote_bdaddr() 403 p_dev_cb->remote_dev[i].in_use = TRUE; in btif_gattc_add_remote_bdaddr() 411 i= p_dev_cb->next_storage_idx; in btif_gattc_add_remote_bdaddr() 412 memcpy(p_dev_cb->remote_dev[i].bd_addr.address, p_bda, BD_ADDR_LEN); in btif_gattc_add_remote_bdaddr() 413 p_dev_cb->addr_type = addr_type; in btif_gattc_add_remote_bdaddr() 414 p_dev_cb->remote_dev[i].in_use = TRUE; in btif_gattc_add_remote_bdaddr() [all …]
|