Searched refs:bt_hal_cbacks (Results 1 – 5 of 5) sorted by relevance
/system/bt/btif/src/ |
D | btif_core.cc | 405 HAL_CBACK(bt_hal_cbacks, adapter_properties_cb, BT_STATUS_SUCCESS, 1, in btif_enable_bluetooth_evt() 647 HAL_CBACK(bt_hal_cbacks, adapter_properties_cb, BT_STATUS_SUCCESS, num_props, in btif_in_get_adapter_properties() 694 HAL_CBACK(bt_hal_cbacks, remote_device_properties_cb, BT_STATUS_SUCCESS, in btif_in_get_remote_device_properties() 723 HAL_CBACK(bt_hal_cbacks, adapter_properties_cb, status, 1, p_prop); in execute_storage_request() 766 HAL_CBACK(bt_hal_cbacks, adapter_properties_cb, status, 1, &prop); in execute_storage_request() 774 HAL_CBACK(bt_hal_cbacks, adapter_properties_cb, status, 0, NULL); in execute_storage_request() 799 HAL_CBACK(bt_hal_cbacks, remote_device_properties_cb, status, in execute_storage_remote_request() 816 HAL_CBACK(bt_hal_cbacks, adapter_properties_cb, status, num_props, p_props); in btif_adapter_properties_evt() 820 HAL_CBACK(bt_hal_cbacks, remote_device_properties_cb, status, remote_addr, in btif_remote_properties_evt() 1178 HAL_CBACK(bt_hal_cbacks, thread_evt_cb, ASSOCIATE_JVM); in btif_jni_associate() [all …]
|
D | btif_dm.cc | 499 HAL_CBACK(bt_hal_cbacks, bond_state_changed_cb, status, bd_addr, state); in bond_state_changed() 509 HAL_CBACK(bt_hal_cbacks, bond_state_changed_cb, status, bd_addr, state); in bond_state_changed() 624 HAL_CBACK(bt_hal_cbacks, remote_device_properties_cb, status, &bdaddr, in btif_update_remote_properties() 907 HAL_CBACK(bt_hal_cbacks, pin_request_cb, &bd_addr, &bd_name, cod, in btif_dm_pin_req_evt() 987 HAL_CBACK(bt_hal_cbacks, ssp_request_cb, &bd_addr, &bd_name, cod, in btif_dm_ssp_cfm_req_evt() 1021 HAL_CBACK(bt_hal_cbacks, ssp_request_cb, &bd_addr, &bd_name, cod, in btif_dm_ssp_key_notif_evt() 1120 HAL_CBACK(bt_hal_cbacks, remote_device_properties_cb, BT_STATUS_SUCCESS, in btif_dm_auth_cmpl_evt() 1238 HAL_CBACK(bt_hal_cbacks, remote_device_properties_cb, status, &bdaddr, in btif_dm_search_devices_evt() 1339 HAL_CBACK(bt_hal_cbacks, device_found_cb, num_properties, properties); in btif_dm_search_devices_evt() 1350 HAL_CBACK(bt_hal_cbacks, discovery_state_changed_cb, in btif_dm_search_devices_evt() [all …]
|
D | stack_manager.cc | 227 HAL_CBACK(bt_hal_cbacks, adapter_state_changed_cb, BT_STATE_ON); in event_signal_stack_up() 231 HAL_CBACK(bt_hal_cbacks, adapter_state_changed_cb, BT_STATE_OFF); in event_signal_stack_down()
|
D | bluetooth.cc | 76 bt_callbacks_t* bt_hal_cbacks = NULL; variable 120 static bool interface_ready(void) { return bt_hal_cbacks != NULL; } in interface_ready() 143 bt_hal_cbacks = callbacks; in init()
|
/system/bt/btif/include/ |
D | btif_common.h | 78 extern bt_callbacks_t* bt_hal_cbacks;
|