Searched refs:bt_hal_cbacks (Results 1 – 5 of 5) sorted by relevance
/system/bt/btif/src/ |
D | btif_core.c | 505 HAL_CBACK(bt_hal_cbacks, adapter_properties_cb, BT_STATUS_SUCCESS, 1, &prop); in btif_enable_bluetooth_evt() 750 HAL_CBACK(bt_hal_cbacks, adapter_properties_cb, in btif_in_get_adapter_properties() 796 HAL_CBACK(bt_hal_cbacks, remote_device_properties_cb, in btif_in_get_remote_device_properties() 829 HAL_CBACK(bt_hal_cbacks, adapter_properties_cb, status, 1, p_prop); in execute_storage_request() 873 HAL_CBACK(bt_hal_cbacks, adapter_properties_cb, status, 1, &prop); in execute_storage_request() 883 HAL_CBACK(bt_hal_cbacks, adapter_properties_cb, status, 0, NULL); in execute_storage_request() 911 HAL_CBACK(bt_hal_cbacks, remote_device_properties_cb, in execute_storage_remote_request() 931 HAL_CBACK(bt_hal_cbacks, adapter_properties_cb, in btif_adapter_properties_evt() 938 HAL_CBACK(bt_hal_cbacks, remote_device_properties_cb, in btif_remote_properties_evt() 1326 HAL_CBACK(bt_hal_cbacks, thread_evt_cb, ASSOCIATE_JVM); in btif_jni_associate() [all …]
|
D | btif_dm.c | 540 HAL_CBACK(bt_hal_cbacks, bond_state_changed_cb, status, bd_addr, state); in bond_state_changed() 551 HAL_CBACK(bt_hal_cbacks, bond_state_changed_cb, status, bd_addr, state); in bond_state_changed() 659 HAL_CBACK(bt_hal_cbacks, remote_device_properties_cb, in btif_update_remote_properties() 966 HAL_CBACK(bt_hal_cbacks, pin_request_cb, in btif_dm_pin_req_evt() 1047 HAL_CBACK(bt_hal_cbacks, ssp_request_cb, &bd_addr, &bd_name, cod, in btif_dm_ssp_cfm_req_evt() 1081 HAL_CBACK(bt_hal_cbacks, ssp_request_cb, &bd_addr, &bd_name, in btif_dm_ssp_key_notif_evt() 1185 HAL_CBACK(bt_hal_cbacks, remote_device_properties_cb, in btif_dm_auth_cmpl_evt() 1317 HAL_CBACK(bt_hal_cbacks, remote_device_properties_cb, in btif_dm_search_devices_evt() 1426 HAL_CBACK(bt_hal_cbacks, device_found_cb, in btif_dm_search_devices_evt() 1444 HAL_CBACK(bt_hal_cbacks, discovery_state_changed_cb, BT_DISCOVERY_STOPPED); in btif_dm_search_devices_evt() [all …]
|
D | stack_manager.c | 222 HAL_CBACK(bt_hal_cbacks, adapter_state_changed_cb, BT_STATE_ON); in event_signal_stack_up() 226 HAL_CBACK(bt_hal_cbacks, adapter_state_changed_cb, BT_STATE_OFF); in event_signal_stack_down()
|
D | bluetooth.c | 71 bt_callbacks_t *bt_hal_cbacks = NULL; variable 113 return bt_hal_cbacks != NULL; in interface_ready() 138 bt_hal_cbacks = callbacks; in init()
|
/system/bt/btif/include/ |
D | btif_common.h | 70 extern bt_callbacks_t *bt_hal_cbacks;
|