Home
last modified time | relevance | path

Searched refs:GATT_WRITE_NO_RSP (Results 1 – 5 of 5) sorted by relevance

/device/soc/esp/esp32/components/bt/host/bluedroid/stack/gatt/
Dgatt_auth.c362 (p_clcb->op_subtype == GATT_WRITE_NO_RSP)) { in gatt_determine_sec_act()
Dgatt_cl.c221 case GATT_WRITE_NO_RSP: in gatt_act_write()
264 || (rt != GATT_CMD_STARTED && p_clcb->op_subtype == GATT_WRITE_NO_RSP)) { in gatt_act_write()
Dgatt_api.c1008 … ((type != GATT_WRITE) && (type != GATT_WRITE_PREPARE) && (type != GATT_WRITE_NO_RSP)) ) { in GATTC_Write()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/include/stack/
Dgatt_api.h484 GATT_WRITE_NO_RSP = 1, enumerator
/device/soc/esp/esp32/components/bt/host/bluedroid/bta/include/bta/
Dbta_gatt_api.h237 #define BTA_GATTC_TYPE_WRITE_NO_RSP GATT_WRITE_NO_RSP