Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ble_host/bt_host/include/bluetooth/
A Dgatt.h603 ssize_t (*cfg_write)(struct bt_conn *conn, member
675 .cfg_write = _write, \
/AliOS-Things-master/components/ble_host/bt_host/include/aos/
A Dgatt.h252 int (*cfg_write)(void *conn, gatt_attr_t *attr, uint16_t value); member
/AliOS-Things-master/components/ble_host/bt_host/aos/
A Dble.c741 val->cfg_write = gatt_cfg_write; in ble_stack_gatt_registe_service()
/AliOS-Things-master/components/ble_host/bt_host/host/
A Dgatt.c1590 if (ccc->cfg_write) { in bt_gatt_attr_write_ccc()
1591 ssize_t write = ccc->cfg_write(conn, attr, value); in bt_gatt_attr_write_ccc()

Completed in 17 milliseconds