Searched defs:p_dev_cb (Results 1 - 2 of 2) sorted by relevance

/external/bluetooth/bluedroid/btif/src/
H A Dbtif_gatt_client.c155 static btif_gattc_dev_cb_t *p_dev_cb = &btif_gattc_dev_cb; variable
243 memset(p_dev_cb, 0, sizeof(btif_gattc_dev_cb_t));
252 if (!p_dev_cb->remote_dev[i].in_use )
254 memcpy(p_dev_cb->remote_dev[i].bd_addr.address, p_bda, BD_ADDR_LEN);
255 p_dev_cb->addr_type = addr_type;
256 p_dev_cb->remote_dev[i].in_use = TRUE;
264 i= p_dev_cb->next_storage_idx;
265 memcpy(p_dev_cb->remote_dev[i].bd_addr.address, p_bda, BD_ADDR_LEN);
266 p_dev_cb->addr_type = addr_type;
267 p_dev_cb
[all...]
/external/bluetooth/bluedroid/bta/hh/
H A Dbta_hh_le.c75 static void bta_hh_le_search_hid_chars(tBTA_HH_DEV_CB *p_dev_cb);
76 static void bta_hh_le_search_hid_included(tBTA_HH_DEV_CB *p_dev_cb);
79 static void bta_hh_le_register_scpp_notif(tBTA_HH_DEV_CB *p_dev_cb, tBTA_GATT_STATUS status);
80 static void bta_hh_le_register_scpp_notif_cmpl(tBTA_HH_DEV_CB *p_dev_cb, tBTA_GATT_STATUS status);
299 BOOLEAN bta_hh_le_hid_srvc_cached(tBTA_HH_DEV_CB *p_dev_cb) argument
301 if (p_dev_cb->hid_srvc[BTA_HH_LE_SRVC_DEF].in_use)
315 BOOLEAN bta_hh_le_add_hid_srvc_entry(tBTA_HH_DEV_CB *p_dev_cb, UINT8 idx) argument
321 p_dev_cb->hid_srvc[idx].in_use = TRUE;
403 tBTA_HH_DEV_CB *p_dev_cb = &bta_hh_cb.kdev[0]; local
405 for (i = 0; i < BTA_HH_MAX_DEVICE; i ++, p_dev_cb
422 tBTA_HH_DEV_CB *p_dev_cb = &bta_hh_cb.kdev[0]; local
634 bta_hh_le_read_rpt_ref_descr(tBTA_HH_DEV_CB *p_dev_cb, tBTA_HH_LE_RPT *p_rpt) argument
699 bta_hh_le_save_rpt_ref(tBTA_HH_DEV_CB *p_dev_cb, tBTA_HH_LE_RPT *p_rpt, tBTA_GATTC_READ *p_data) argument
737 bta_hh_le_save_ext_rpt_ref(tBTA_HH_DEV_CB *p_dev_cb, tBTA_GATTC_READ *p_data) argument
768 bta_hh_le_register_input_notif(tBTA_HH_DEV_CB *p_dev_cb, UINT8 srvc_inst, UINT8 proto_mode, BOOLEAN register_ba) argument
1072 bta_hh_le_expl_rpt(tBTA_HH_DEV_CB *p_dev_cb, tBTA_GATTC_CHAR_ID *p_char_id, tBT_UUID *p_char_cond, tBTA_GATT_CHAR_PROP prop) argument
1118 bta_hh_le_expl_boot_rpt(tBTA_HH_DEV_CB *p_dev_cb, UINT16 char_uuid, tBTA_GATT_CHAR_PROP prop) argument
1211 tBTA_HH_DEV_CB *p_dev_cb; local
1362 tBTA_HH_DEV_CB *p_dev_cb = bta_hh_le_find_dev_cb_by_bda(p_data->remote_bda); local
1391 tBTA_HH_DEV_CB *p_dev_cb = bta_hh_le_find_dev_cb_by_conn_id(p_srvc_result->conn_id); local
1457 bta_hh_le_srvc_expl_srvc(tBTA_HH_DEV_CB *p_dev_cb) argument
1496 tBTA_HH_DEV_CB *p_dev_cb = bta_hh_le_find_dev_cb_by_conn_id(p_data->conn_id); local
1533 bta_hh_le_search_hid_included(tBTA_HH_DEV_CB *p_dev_cb) argument
1602 bta_hh_read_battery_level_cmpl(UINT8 status, tBTA_HH_DEV_CB *p_dev_cb, tBTA_GATTC_READ *p_data) argument
1617 bta_hh_le_search_hid_chars(tBTA_HH_DEV_CB *p_dev_cb) argument
1709 bta_hh_le_save_rpt_map(tBTA_HH_DEV_CB *p_dev_cb, tBTA_GATTC_READ *p_data) argument
1752 bta_hh_le_proc_get_rpt_cmpl(tBTA_HH_DEV_CB *p_dev_cb, tBTA_GATTC_READ *p_data) argument
1807 bta_hh_le_proc_read_proto_mode(tBTA_HH_DEV_CB *p_dev_cb, tBTA_GATTC_READ *p_data) argument
1846 bta_hh_w4_le_read_char_cmpl(tBTA_HH_DEV_CB *p_dev_cb, tBTA_HH_DATA *p_buf) argument
1907 bta_hh_le_read_char_cmpl(tBTA_HH_DEV_CB *p_dev_cb, tBTA_HH_DATA *p_buf) argument
1941 bta_hh_le_read_descr_cmpl(tBTA_HH_DEV_CB *p_dev_cb, tBTA_HH_DATA *p_buf) argument
1963 bta_hh_le_read_battery_level_descr_cmpl(tBTA_HH_DEV_CB *p_dev_cb, tBTA_GATTC_READ * p_data) argument
1992 bta_hh_w4_le_read_descr_cmpl(tBTA_HH_DEV_CB *p_dev_cb, tBTA_HH_DATA *p_buf) argument
2045 bta_hh_w4_le_write_cmpl(tBTA_HH_DEV_CB *p_dev_cb, tBTA_HH_DATA *p_buf) argument
2075 bta_hh_le_write_cmpl(tBTA_HH_DEV_CB *p_dev_cb, tBTA_HH_DATA *p_buf) argument
2133 bta_hh_le_write_char_descr_cmpl(tBTA_HH_DEV_CB *p_dev_cb, tBTA_HH_DATA *p_buf) argument
2189 tBTA_HH_DEV_CB *p_dev_cb = bta_hh_le_find_dev_cb_by_conn_id(p_data->conn_id); local
2627 bta_hh_le_remove_dev_bg_conn(tBTA_HH_DEV_CB *p_dev_cb) argument
2646 bta_hh_le_update_scpp(tBTA_HH_DEV_CB *p_dev_cb, tBTA_HH_DATA *p_buf) argument
2692 tBTA_HH_DEV_CB *p_dev_cb; local
2875 bta_hh_le_register_scpp_notif(tBTA_HH_DEV_CB *p_dev_cb, tBTA_GATT_STATUS status) argument
2917 bta_hh_le_register_scpp_notif_cmpl(tBTA_HH_DEV_CB *p_dev_cb, tBTA_GATT_STATUS status) argument
[all...]

Completed in 33 milliseconds