Home
last modified time | relevance | path

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

/system/bt/stack/gatt/
Dgatt_api.cc627 return GATT_BUSY; in GATTC_ConfigureMTU()
690 return GATT_BUSY; in GATTC_Discover()
756 return GATT_BUSY; in GATTC_Read()
835 return GATT_BUSY; in GATTC_Write()
888 return GATT_BUSY; in GATTC_ExecuteWrite()
Dgatt_sr.cc491 if (err != GATT_SUCCESS && err != GATT_PENDING && err != GATT_BUSY) in gatt_process_read_multi_req()
916 if (reason != GATT_PENDING && reason != GATT_BUSY) in gatts_process_read_by_type_req()
1002 status = GATT_BUSY; /* max pending command, application error */ in gatts_process_write_req()
1008 if (status != GATT_PENDING && status != GATT_BUSY && in gatts_process_write_req()
1059 if (reason != GATT_PENDING && reason != GATT_BUSY) in gatts_process_read_req()
Dgatt_db.cc740 return (tGATT_STATUS)GATT_BUSY; /* max pending command, application error */ in gatts_send_app_read_request()
/system/bt/stack/include/
Dgatt_api.h60 GATT_BUSY = 0x84, enumerator