Home
last modified time | relevance | path

Searched refs:p_btif_cb (Results 1 – 1 of 1) sorted by relevance

/system/bt/btif/src/
Dbtif_gatt_client.c418 static void btif_gattc_update_properties ( btif_gattc_cb_t *p_btif_cb ) in btif_gattc_update_properties() argument
424 p_eir_remote_name = BTM_CheckEirData(p_btif_cb->value, in btif_gattc_update_properties()
429 p_eir_remote_name = BTM_CheckEirData(p_btif_cb->value, in btif_gattc_update_properties()
439 remote_name_len, p_btif_cb->device_type ); in btif_gattc_update_properties()
440 btif_dm_update_ble_remote_properties( p_btif_cb->bd_addr.address, bdname.name, in btif_gattc_update_properties()
441 p_btif_cb->device_type); in btif_gattc_update_properties()
574 btif_gattc_cb_t *p_btif_cb = (btif_gattc_cb_t*) p_param; in btif_gattc_upstreams_evt() local
580 p_eir_remote_name = BTM_CheckEirData(p_btif_cb->value, in btif_gattc_upstreams_evt()
585 p_eir_remote_name = BTM_CheckEirData(p_btif_cb->value, in btif_gattc_upstreams_evt()
589 if ((p_btif_cb->addr_type != BLE_ADDR_RANDOM) || (p_eir_remote_name)) in btif_gattc_upstreams_evt()
[all …]