Home
last modified time | relevance | path

Searched refs:AVCT_NO_RESOURCES (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/avct/
Davct_api.c149 result = AVCT_NO_RESOURCES; in AVCT_CreateConn()
161 result = AVCT_NO_RESOURCES; in AVCT_CreateConn()
280 return AVCT_NO_RESOURCES; in AVCT_CreateBrowse()
316 return AVCT_NO_RESOURCES; in AVCT_RemoveBrowse()
401 return AVCT_NO_RESOURCES; in AVCT_MsgReq()
/hal_espressif-latest/components/bt/host/bluedroid/stack/avrc/
Davrc_opt.c193 return AVCT_NO_RESOURCES; in AVRC_VendorCmd()
229 return AVCT_NO_RESOURCES; in AVRC_VendorRsp()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Davct_api.h37 #define AVCT_NO_RESOURCES 1 /* Not enough resources */ macro
Davrc_api.h38 #define AVRC_NO_RESOURCES AVCT_NO_RESOURCES /* 1 Not enough resources */