Searched refs:kIOPending (Results 1 – 6 of 6) sorted by relevance
133 case device::BluetoothSocket::kIOPending: in OnSocketReceiveError()134 error_reason = BluetoothApiSocket::kIOPending; in OnSocketReceiveError()
32 case BluetoothApiSocket::kIOPending: in MapReceiveErrorReason()217 if (error_reason == BluetoothApiSocket::kIOPending) { in ReceiveErrorCallback()312 if (error_reason == BluetoothApiSocket::kIOPending) { in AcceptErrorCallback()
27 enum ErrorReason { kSystemError, kNotConnected, kNotListening, kIOPending, enumerator
32 enum ErrorReason { kSystemError, kIOPending, kDisconnected }; enumerator
179 error_callback.Run(BluetoothSocket::kIOPending, in DoReceive()
686 error_callback.Run(BluetoothSocket::kIOPending, kReceivePending);