Home
last modified time | relevance | path

Searched refs:GAP_ERR_GRP (Results 1 – 2 of 2) sorted by relevance

/system/bt/stack/include/
Dgap_api.h31 #define GAP_UNSUPPORTED (GAP_ERR_GRP + 0x01)
33 #define GAP_EOINQDB (GAP_ERR_GRP + 0x02)
35 #define GAP_ERR_BUSY (GAP_ERR_GRP + 0x03)
37 #define GAP_ERR_NO_CTRL_BLK (GAP_ERR_GRP + 0x04)
39 #define GAP_ERR_STARTING_CMD (GAP_ERR_GRP + 0x05)
41 #define GAP_NO_BDADDR_REC (GAP_ERR_GRP + 0x06)
43 #define GAP_ERR_ILL_MODE (GAP_ERR_GRP + 0x07)
45 #define GAP_ERR_ILL_INQ_TIME (GAP_ERR_GRP + 0x08)
47 #define GAP_ERR_ILL_PARM (GAP_ERR_GRP + 0x09)
49 #define GAP_ERR_REM_NAME (GAP_ERR_GRP + 0x0a)
[all …]
Dprofiles_api.h28 #define GAP_ERR_GRP 0x0100 /* base offset for GAP profile */ macro