Searched refs:AvdtCatetory (Results 1 - 6 of 6) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/ |
H A D | a2dp_def.h | 165 AvdtCatetory category; 175 AvdtCatetory category;
|
H A D | a2dp_avdtp.h | 261 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 D | a2dp_avdtp.cpp | 138 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 D | avdtp_api.h | 119 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 D | avdtp_api.c | 938 uint16_t AVDT_SetConfigRsp(uint16_t handle, uint8_t transLabel, AvdtCatetory category) in AVDT_SetConfigRsp() 952 (void)memcpy_s(¶m->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(¶m->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 D | avdtp.h | 181 } 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