Home
last modified time | relevance | path

Searched refs:LPM_CMD_PARAM_SIZE (Results 1 - 2 of 2) sorted by relevance

/vendor/hihope/dayu210/bluetooth/src/
H A 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()
/vendor/hihope/rk3568/bluetooth/src/
H A 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()

Completed in 4 milliseconds