Home
last modified time | relevance | path

Searched refs:BT_GATT_ERR (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/ble_host/bt_host/host/
A Dgatt.c112 return BT_GATT_ERR(BT_ATT_ERR_INVALID_OFFSET); in write_name()
116 return BT_GATT_ERR(BT_ATT_ERR_INVALID_ATTRIBUTE_LEN); in write_name()
534 return BT_GATT_ERR(BT_ATT_ERR_INVALID_OFFSET); in cf_write()
538 return BT_GATT_ERR(BT_ATT_ERR_INVALID_ATTRIBUTE_LEN); in cf_write()
548 return BT_GATT_ERR(BT_ATT_ERR_INSUFFICIENT_RESOURCES); in cf_write()
554 return BT_GATT_ERR(BT_ATT_ERR_VALUE_NOT_ALLOWED); in cf_write()
1175 return BT_GATT_ERR(BT_ATT_ERR_INVALID_OFFSET); in bt_gatt_attr_read()
1556 return BT_GATT_ERR(BT_ATT_ERR_INVALID_OFFSET); in bt_gatt_attr_write_ccc()
1560 return BT_GATT_ERR(BT_ATT_ERR_INVALID_ATTRIBUTE_LEN); in bt_gatt_attr_write_ccc()
1582 return BT_GATT_ERR(BT_ATT_ERR_INSUFFICIENT_RESOURCES); in bt_gatt_attr_write_ccc()
[all …]
/AliOS-Things-master/components/ble_host/bt_host/include/bluetooth/
A Dgatt.h83 #define BT_GATT_ERR(_att_err) (-(_att_err)) macro
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Dproxy.c666 return BT_GATT_ERR(BT_ATT_ERR_INVALID_ATTRIBUTE_LEN); in prov_ccc_write()
785 return BT_GATT_ERR(BT_ATT_ERR_INVALID_ATTRIBUTE_LEN); in proxy_ccc_write()

Completed in 15 milliseconds