Searched refs:GAP_ERR_GRP (Results 1 – 2 of 2) sorted by relevance
30 #define GAP_UNSUPPORTED (GAP_ERR_GRP + 0x01) /* Unsupported call */31 #define GAP_EOINQDB (GAP_ERR_GRP + 0x02) /* End of inquiry database marker */32 #define GAP_ERR_BUSY (GAP_ERR_GRP + 0x03) /* The requested function was busy */33 #define GAP_ERR_NO_CTRL_BLK (GAP_ERR_GRP + 0x04) /* No control blocks available */34 #define GAP_ERR_STARTING_CMD (GAP_ERR_GRP + 0x05) /* Error occurred while initiating the command …35 #define GAP_NO_BDADDR_REC (GAP_ERR_GRP + 0x06) /* No Inquiry DB record for BD_ADDR */36 #define GAP_ERR_ILL_MODE (GAP_ERR_GRP + 0x07) /* An illegal mode parameter was detected */37 #define GAP_ERR_ILL_INQ_TIME (GAP_ERR_GRP + 0x08) /* An illegal time parameter was detected */38 #define GAP_ERR_ILL_PARM (GAP_ERR_GRP + 0x09) /* An illegal parameter was detected */39 #define GAP_ERR_REM_NAME (GAP_ERR_GRP + 0x0a) /* Error starting the remote device name reques…[all …]
32 #define GAP_ERR_GRP 0x0100 /* base offset for GAP profile */ macro