Lines Matching refs:remote_bd_addr

89                                     RawAddress* remote_bd_addr,  in RemoteDevicePropertiesCallback()  argument
96 << " - BD_ADDR: " << BtAddrString(remote_bd_addr) in RemoteDevicePropertiesCallback()
99 status, remote_bd_addr, num_properties, properties)); in RemoteDevicePropertiesCallback()
116 void PinRequestCallback(RawAddress* remote_bd_addr, bt_bdname_t* bd_name, in PinRequestCallback() argument
120 VLOG(2) << __func__ << " - remote_bd_addr: " << remote_bd_addr in PinRequestCallback()
124 PinRequestCallback(remote_bd_addr, bd_name, cod, min_16_digit)); in PinRequestCallback()
127 void SSPRequestCallback(RawAddress* remote_bd_addr, bt_bdname_t* bd_name, in SSPRequestCallback() argument
132 VLOG(2) << __func__ << " - remote_bd_addr: " << remote_bd_addr in SSPRequestCallback()
135 FOR_EACH_BLUETOOTH_OBSERVER(SSPRequestCallback(remote_bd_addr, bd_name, cod, in SSPRequestCallback()
139 void BondStateChangedCallback(bt_status_t status, RawAddress* remote_bd_addr, in BondStateChangedCallback() argument
143 VLOG(2) << __func__ << " - remote_bd_addr: " << BtAddrString(remote_bd_addr) in BondStateChangedCallback()
146 BondStateChangedCallback(status, remote_bd_addr, state)); in BondStateChangedCallback()
149 void AclStateChangedCallback(bt_status_t status, RawAddress* remote_bd_addr, in AclStateChangedCallback() argument
153 CHECK(remote_bd_addr); in AclStateChangedCallback()
156 << " - BD_ADDR: " << BtAddrString(remote_bd_addr) << " - state: " in AclStateChangedCallback()
160 AclStateChangedCallback(status, *remote_bd_addr, state, hci_reason)); in AclStateChangedCallback()
351 RawAddress* remote_bd_addr, bt_bdname_t* bd_name, uint32_t cod, in PinRequestCallback() argument
357 RawAddress* remote_bd_addr, bt_bdname_t* bd_name, uint32_t cod, in SSPRequestCallback() argument
363 bt_status_t status, RawAddress* remote_bd_addr, bt_bond_state_t state) { in BondStateChangedCallback() argument