Home
last modified time | relevance | path

Searched refs:AVDT_NO_RESOURCES (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/avdt/
Davdt_api.c260 result = AVDT_NO_RESOURCES; in AVDT_CreateStream()
333 result = AVDT_NO_RESOURCES; in AVDT_DiscoverReq()
377 result = AVDT_NO_RESOURCES; in avdt_get_cap_req()
535 result = AVDT_NO_RESOURCES; in AVDT_OpenReq()
978 result = AVDT_NO_RESOURCES; in AVDT_ConnectReq()
1113 result = AVDT_NO_RESOURCES; in AVDT_SetMediaBuf()
1156 result = AVDT_NO_RESOURCES; in AVDT_SendReport()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Davdt_api.h42 #define AVDT_NO_RESOURCES 2 /* Not enough resources */ macro