Home
last modified time | relevance | path

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

/system/bt/bta/gatt/
Dbta_gattc_cache.c243 return GATT_WRONG_STATE; in bta_gattc_add_char_to_cache()
290 return GATT_WRONG_STATE; in bta_gattc_add_attr_to_cache()
306 return GATT_WRONG_STATE; in bta_gattc_add_attr_to_cache()
321 return GATT_WRONG_STATE; in bta_gattc_add_attr_to_cache()
/system/bt/stack/include/
Dgatt_api.h52 #define GATT_WRONG_STATE 0x82 macro
/system/bt/bta/include/
Dbta_gatt_api.h83 #define BTA_GATT_WRONG_STATE GATT_WRONG_STATE /* 0x82 */
/system/bt/stack/gatt/
Dgatt_api.c741 return(GATT_WRONG_STATE); in GATTS_SendRsp()