Searched refs:onSdpRecord (Results 1 – 2 of 2) sorted by relevance
126 void onSdpRecord(BluetoothDevice device, boolean supportsReply); in onSdpRecord() method155 private void onSdpRecord(BluetoothDevice device, boolean supportsReply) { in onSdpRecord() method in BluetoothMonitor156 mListeners.forEach(listener -> listener.onSdpRecord(device, supportsReply)); in onSdpRecord()310 onSdpRecord(device, supportsReply(masRecord)); in onReceive()
177 public void onSdpRecord(BluetoothDevice device, boolean supportsReply) { in onSdpRecord() method in MessengerDelegate