Home
last modified time | relevance | path

Searched refs:GAP_ERR_BUSY (Results 1 – 3 of 3) sorted by relevance

/external/bluetooth/bluedroid/stack/gap/
Dgap_utils.c418 return (GAP_ERR_BUSY); in gap_convert_btm_status()
Dgap_api.c195 status = GAP_ERR_BUSY; in GAP_FindAddrByName()
/external/bluetooth/bluedroid/stack/include/
Dgap_api.h33 #define GAP_ERR_BUSY (GAP_ERR_GRP + 0x03) /* The requested function was busy */ macro