Home
last modified time | relevance | path

Searched refs:bt_hal_cbacks (Results 1 – 5 of 5) 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()
666 HAL_CBACK(bt_hal_cbacks, remote_device_properties_cb, BT_STATUS_SUCCESS, in btif_in_get_remote_device_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()
771 HAL_CBACK(bt_hal_cbacks, remote_device_properties_cb, status, in execute_storage_remote_request()
788 HAL_CBACK(bt_hal_cbacks, adapter_properties_cb, status, num_props, p_props); in btif_adapter_properties_evt()
792 HAL_CBACK(bt_hal_cbacks, remote_device_properties_cb, status, remote_addr, in btif_remote_properties_evt()
1165 HAL_CBACK(bt_hal_cbacks, thread_evt_cb, ASSOCIATE_JVM); in btif_jni_associate()
[all …]
Dbtif_dm.cc498 HAL_CBACK(bt_hal_cbacks, bond_state_changed_cb, status, &tmp, state); in bond_state_changed()
509 HAL_CBACK(bt_hal_cbacks, bond_state_changed_cb, status, &tmp, state); in bond_state_changed()
624 HAL_CBACK(bt_hal_cbacks, remote_device_properties_cb, status, &tmp, in btif_update_remote_properties()
913 HAL_CBACK(bt_hal_cbacks, pin_request_cb, &tmp, &bd_name, cod, in btif_dm_pin_req_evt()
995 HAL_CBACK(bt_hal_cbacks, ssp_request_cb, &bd_addr, &bd_name, cod, in btif_dm_ssp_cfm_req_evt()
1028 HAL_CBACK(bt_hal_cbacks, ssp_request_cb, &bd_addr, &bd_name, cod, in btif_dm_ssp_key_notif_evt()
1119 HAL_CBACK(bt_hal_cbacks, remote_device_properties_cb, BT_STATUS_SUCCESS, in btif_dm_auth_cmpl_evt()
1247 HAL_CBACK(bt_hal_cbacks, remote_device_properties_cb, status, &bdaddr, in btif_dm_search_devices_evt()
1346 HAL_CBACK(bt_hal_cbacks, device_found_cb, num_properties, properties); in btif_dm_search_devices_evt()
1357 HAL_CBACK(bt_hal_cbacks, discovery_state_changed_cb, in btif_dm_search_devices_evt()
[all …]
Dstack_manager.cc229 HAL_CBACK(bt_hal_cbacks, adapter_state_changed_cb, BT_STATE_ON); in event_signal_stack_up()
233 HAL_CBACK(bt_hal_cbacks, adapter_state_changed_cb, BT_STATE_OFF); in event_signal_stack_down()
Dbluetooth.cc82 bt_callbacks_t* bt_hal_cbacks = NULL; variable
122 static bool interface_ready(void) { return bt_hal_cbacks != NULL; } in interface_ready()
147 bt_hal_cbacks = callbacks; in init()
/system/bt/btif/include/
Dbtif_common.h79 extern bt_callbacks_t* bt_hal_cbacks;