Home
last modified time | relevance | path

Searched refs:AvdtCatetory (Results 1 - 6 of 6) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_def.h165 AvdtCatetory category;
175 AvdtCatetory category;
H A Da2dp_avdtp.h261 static uint16_t SetConfigureRsp(const uint16_t handle, const uint8_t label, const AvdtCatetory category);
273 static uint16_t ReconfigureRsp(const uint16_t handle, const uint8_t label, const AvdtCatetory category);
H A Da2dp_avdtp.cpp138 uint16_t A2dpAvdtp::SetConfigureRsp(const uint16_t handle, const uint8_t label, const AvdtCatetory category) in SetConfigureRsp()
152 uint16_t A2dpAvdtp::ReconfigureRsp(const uint16_t handle, const uint8_t label, const AvdtCatetory category) in ReconfigureRsp()
348 AvdtCatetory category = {.errCode = AVDT_ERR_BAD_STATE, .category = CATEGORY_NO_MEANING}; in ParseAvdtpConfigureInd()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avdtp/
H A Davdtp_api.h119 AvdtCatetory category;
205 AvdtCatetory category;
271 extern uint16_t AvdtSetConfigRsp(uint16_t handle, uint8_t transLabel, AvdtCatetory category);
282 extern uint16_t AvdtReconfigRsp(uint16_t handle, uint8_t transLabel, AvdtCatetory category);
H A Davdtp_api.c938 uint16_t AVDT_SetConfigRsp(uint16_t handle, uint8_t transLabel, AvdtCatetory category) in AVDT_SetConfigRsp()
952 (void)memcpy_s(&param->category, sizeof(AvdtCatetory), &category, sizeof(AvdtCatetory)); in AVDT_SetConfigRsp()
971 uint16_t AvdtSetConfigRsp(uint16_t handle, uint8_t transLabel, AvdtCatetory category) in AvdtSetConfigRsp()
1716 uint16_t AVDT_ReconfigRsp(uint16_t handle, uint8_t transLabel, AvdtCatetory category) in AVDT_ReconfigRsp()
1730 (void)memcpy_s(&param->category, sizeof(AvdtCatetory), &category, sizeof(AvdtCatetory)); in AVDT_ReconfigRsp()
1749 uint16_t AvdtReconfigRsp(uint16_t handle, uint8_t transLabel, AvdtCatetory category) in AvdtReconfigRsp()
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Davdtp.h181 } AvdtCatetory; typedef
604 BTSTACK_API uint16_t AVDT_SetConfigRsp(uint16_t handle, uint8_t transLabel, AvdtCatetory category);
728 BTSTACK_API uint16_t AVDT_ReconfigRsp(uint16_t handle, uint8_t transLabel, AvdtCatetory category);

Completed in 9 milliseconds