Searched refs:adapter_properties_cb (Results 1 – 4 of 4) sorted by relevance
/system/bt/btif/src/ |
D | btif_core.cc | 367 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()
|
D | btif_dm.cc | 1964 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/ |
D | headless.cc | 102 .adapter_properties_cb = adapter_properties,
|
/system/bt/include/hardware/ |
D | bluetooth.h | 411 adapter_properties_callback adapter_properties_cb; member
|