Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_core.cc367 HAL_CBACK(bt_hal_cbacks, adapter_properties_cb, BT_STATUS_SUCCESS, 1, in btif_enable_bluetooth_evt()
619 HAL_CBACK(bt_hal_cbacks, adapter_properties_cb, BT_STATUS_SUCCESS, num_props, in btif_in_get_adapter_properties()
695 HAL_CBACK(bt_hal_cbacks, adapter_properties_cb, status, 1, p_prop); in execute_storage_request()
738 HAL_CBACK(bt_hal_cbacks, adapter_properties_cb, status, 1, &prop); in execute_storage_request()
746 HAL_CBACK(bt_hal_cbacks, adapter_properties_cb, status, 0, NULL); in execute_storage_request()
788 HAL_CBACK(bt_hal_cbacks, adapter_properties_cb, status, num_props, p_props); in btif_adapter_properties_evt()
Dbtif_dm.cc1964 HAL_CBACK(bt_hal_cbacks, adapter_properties_cb, BT_STATUS_SUCCESS, 1, in btif_dm_upstreams_evt()
2663 HAL_CBACK(bt_hal_cbacks, adapter_properties_cb, BT_STATUS_SUCCESS, 1, in btif_dm_execute_service_request()
/system/bt/test/headless/
Dheadless.cc102 .adapter_properties_cb = adapter_properties,
/system/bt/include/hardware/
Dbluetooth.h411 adapter_properties_callback adapter_properties_cb; member