Searched refs:invoke_adapter_properties_cb (Results 1 – 4 of 4) sorted by relevance
/aosp12/system/bt/btif/src/ |
H A D | btif_core.cc | 290 invoke_adapter_properties_cb(BT_STATUS_SUCCESS, 1, &prop); in btif_enable_bluetooth_evt() 460 invoke_adapter_properties_cb(BT_STATUS_SUCCESS, num_props, properties); in btif_in_get_adapter_properties() 512 invoke_adapter_properties_cb(BT_STATUS_SUCCESS, 0, NULL); in btif_core_storage_adapter_notify_empty_success() 518 invoke_adapter_properties_cb(status, 1, prop); in btif_core_storage_adapter_write() 523 invoke_adapter_properties_cb(status, num_props, p_props); in btif_adapter_properties_evt() 632 invoke_adapter_properties_cb(status, 1, &prop); in btif_get_adapter_property()
|
H A D | bluetooth.cc | 660 void invoke_adapter_properties_cb(bt_status_t status, int num_properties, in invoke_adapter_properties_cb() function
|
H A D | btif_dm.cc | 1758 invoke_adapter_properties_cb(BT_STATUS_SUCCESS, 1, &prop); in btif_dm_upstreams_evt() 2233 invoke_adapter_properties_cb(BT_STATUS_SUCCESS, 1, &property); in btif_dm_enable_service()
|
/aosp12/system/bt/btif/include/ |
H A D | btif_common.h | 198 void invoke_adapter_properties_cb(bt_status_t status, int num_properties,
|