bluetooth: add timeout for bluetooth connection request

This commit is contained in:
Dan Williams
2010-03-23 23:07:17 -07:00
parent 35e5656e65
commit b95c390015
3 changed files with 32 additions and 8 deletions

View File

@@ -369,6 +369,9 @@ typedef enum {
/* The modem could not be found */
NM_DEVICE_STATE_REASON_MODEM_NOT_FOUND,
/* The Bluetooth connection failed or timed out */
NM_DEVICE_STATE_REASON_BT_FAILED,
/* Unused */
NM_DEVICE_STATE_REASON_LAST = 0xFFFF
} NMDeviceStateReason;