Home
last modified time | relevance | path

Searched refs:SCO_I2SPCM_PARAM_SIZE (Results 1 - 4 of 4) sorted by relevance

/vendor/hihope/dayu210/bluetooth/include/
H A Dbt_vendor_brcm.h257 #define SCO_I2SPCM_PARAM_SIZE 4 macro
/vendor/hihope/rk3568/bluetooth/include/
H A Dbt_vendor_brcm.h257 #define SCO_I2SPCM_PARAM_SIZE 4 macro
/vendor/hihope/dayu210/bluetooth/src/
H A Dhardware.c220 static uint8_t bt_sco_i2spcm_param[SCO_I2SPCM_PARAM_SIZE] = {
1220 uint16_t cmd_u16 = HCI_CMD_PREAMBLE_SIZE + SCO_I2SPCM_PARAM_SIZE; in hw_sco_i2spcm_config()
1235 *p++ = SCO_I2SPCM_PARAM_SIZE; in hw_sco_i2spcm_config()
1250 memcpy_s(p, &bt_sco_i2spcm_param, SCO_I2SPCM_PARAM_SIZE); in hw_sco_i2spcm_config()
/vendor/hihope/rk3568/bluetooth/src/
H A Dhardware.c248 static uint8_t bt_sco_i2spcm_param[SCO_I2SPCM_PARAM_SIZE] = {
1268 uint16_t cmd_u16 = HCI_CMD_PREAMBLE_SIZE + SCO_I2SPCM_PARAM_SIZE; in hw_sco_i2spcm_config()
1283 *p++ = SCO_I2SPCM_PARAM_SIZE; in hw_sco_i2spcm_config()
1298 memcpy_s(p, &bt_sco_i2spcm_param, SCO_I2SPCM_PARAM_SIZE); in hw_sco_i2spcm_config()

Completed in 6 milliseconds