Home
last modified time | relevance | path

Searched refs:FOR_EACH_BLUETOOTH_OBSERVER (Results 1 – 1 of 1) sorted by relevance

/system/bt/service/hal/
Dbluetooth_interface.cpp57 #define FOR_EACH_BLUETOOTH_OBSERVER(func) \ macro
72 FOR_EACH_BLUETOOTH_OBSERVER(AdapterStateChangedCallback(state)); in AdapterStateChangedCallback()
82 FOR_EACH_BLUETOOTH_OBSERVER( in AdapterPropertiesCallback()
95 FOR_EACH_BLUETOOTH_OBSERVER( in RemoteDevicePropertiesCallback()
104 FOR_EACH_BLUETOOTH_OBSERVER(DiscoveryStateChangedCallback(state)); in DiscoveryStateChangedCallback()
116 FOR_EACH_BLUETOOTH_OBSERVER(PinRequestCallback(remote_bd_addr, bd_name, cod, min_16_digit)); in PinRequestCallback()
128 FOR_EACH_BLUETOOTH_OBSERVER(SSPRequestCallback(remote_bd_addr, bd_name, cod, in SSPRequestCallback()
142 FOR_EACH_BLUETOOTH_OBSERVER(BondStateChangedCallback(status, remote_bd_addr, state)); in BondStateChangedCallback()
156 FOR_EACH_BLUETOOTH_OBSERVER( in AclStateChangedCallback()