Home
last modified time | relevance | path

Searched refs:LPM_CMD_PARAM_SIZE (Results 1 – 4 of 4) sorted by relevance

/vendor/isoftstone/yangfan/bluetooth/src/
Dhardware.c98 #define LPM_CMD_PARAM_SIZE 12 macro
1113 LPM_CMD_PARAM_SIZE); in hw_lpm_enable()
1119 p_buf->len = HCI_CMD_PREAMBLE_SIZE + LPM_CMD_PARAM_SIZE; in hw_lpm_enable()
1123 *p++ = LPM_CMD_PARAM_SIZE; /* parameter length */ in hw_lpm_enable()
1126 memcpy_s(p, LPM_CMD_PARAM_SIZE, &lpm_param, LPM_CMD_PARAM_SIZE); in hw_lpm_enable()
1129 memset_s(p, LPM_CMD_PARAM_SIZE, 0, LPM_CMD_PARAM_SIZE); in hw_lpm_enable()
/vendor/hihope/ipcamera/bluetooth/src/
Dhardware.c98 #define LPM_CMD_PARAM_SIZE 12 macro
1074 LPM_CMD_PARAM_SIZE); in hw_lpm_enable()
1080 p_buf->len = HCI_CMD_PREAMBLE_SIZE + LPM_CMD_PARAM_SIZE; in hw_lpm_enable()
1084 *p++ = LPM_CMD_PARAM_SIZE; /* parameter length */ in hw_lpm_enable()
1087 memcpy(p, &lpm_param, LPM_CMD_PARAM_SIZE); in hw_lpm_enable()
1090 memset(p, 0, LPM_CMD_PARAM_SIZE); in hw_lpm_enable()
/vendor/hihope/rk3568/bluetooth/src/
Dhardware.c98 #define LPM_CMD_PARAM_SIZE 12 macro
1113 LPM_CMD_PARAM_SIZE); in hw_lpm_enable()
1119 p_buf->len = HCI_CMD_PREAMBLE_SIZE + LPM_CMD_PARAM_SIZE; in hw_lpm_enable()
1123 *p++ = LPM_CMD_PARAM_SIZE; /* parameter length */ in hw_lpm_enable()
1126 memcpy(p, &lpm_param, LPM_CMD_PARAM_SIZE); in hw_lpm_enable()
1129 memset(p, 0, LPM_CMD_PARAM_SIZE); in hw_lpm_enable()
/vendor/hihope/dayu210/bluetooth/src/
Dhardware.c98 #define LPM_CMD_PARAM_SIZE 12 macro
1065 LPM_CMD_PARAM_SIZE); in hw_lpm_enable()
1071 p_buf->len = HCI_CMD_PREAMBLE_SIZE + LPM_CMD_PARAM_SIZE; in hw_lpm_enable()
1075 *p++ = LPM_CMD_PARAM_SIZE; /* parameter length */ in hw_lpm_enable()
1078 memcpy(p, &lpm_param, LPM_CMD_PARAM_SIZE); in hw_lpm_enable()
1081 memset(p, 0, LPM_CMD_PARAM_SIZE); in hw_lpm_enable()