Home
last modified time | relevance | path

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

/device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/host/services/gap/src/
Dble_svc_gap.c193 } else if (ctxt->op == BLE_GATT_ACCESS_OP_WRITE_CHR) { in ble_svc_gap_access()
205 } else if (ctxt->op == BLE_GATT_ACCESS_OP_WRITE_CHR) { in ble_svc_gap_access()
/device/soc/esp/esp32/components/bt/common/btc/profile/esp/blufi/nimble_host/
Desp_blufi.c113 if (ctxt->op == BLE_GATT_ACCESS_OP_WRITE_CHR) { in write_value()
171 case BLE_GATT_ACCESS_OP_WRITE_CHR: in gatt_svr_access_cb()
/device/soc/winnermicro/hals/communication/bt_lite/ble/source/
Dnble_server.c173 case BLE_GATT_ACCESS_OP_WRITE_CHR: in ble_server_func_by_attr_handle()
207 case BLE_GATT_ACCESS_OP_WRITE_CHR: in ble_server_gatt_svc_access_func()
/device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/host/include/host/
Dble_gatt.h58 #define BLE_GATT_ACCESS_OP_WRITE_CHR 1 macro
/device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/host/src/
Dble_gatts.c275 return BLE_GATT_ACCESS_OP_WRITE_CHR; in ble_gatts_chr_op()
290 case BLE_GATT_ACCESS_OP_WRITE_CHR: in ble_gatts_chr_inc_val_stat()
378 case BLE_GATT_ACCESS_OP_WRITE_CHR: in ble_gatts_val_access()