Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ble_host/bt_host/include/bluetooth/
A Duuid.h207 #define BT_UUID_GATT_CHRC BT_UUID_DECLARE_16(0x2803) macro
A Dgatt.h552 BT_GATT_ATTRIBUTE(BT_UUID_GATT_CHRC, BT_GATT_PERM_READ, \
/AliOS-Things-master/components/ble_host/bt_host/host/
A Dgatt.c2044 if (!bt_uuid_cmp(attr->uuid, BT_UUID_GATT_CHRC)) { in bt_gatt_notify_cb()
2131 if (!bt_uuid_cmp(attr->uuid, BT_UUID_GATT_CHRC)) { in bt_gatt_indicate()
2405 if (!bt_uuid_cmp(attr->uuid, BT_UUID_GATT_CHRC)) { in bt_gatt_is_subscribed()
2953 BT_GATT_ATTRIBUTE(BT_UUID_GATT_CHRC, BT_GATT_PERM_READ, \
3079 net_buf_add_le16(buf, BT_UUID_16(BT_UUID_GATT_CHRC)->val); in gatt_read_type()
3312 if (!bt_uuid_cmp(&u.uuid, BT_UUID_GATT_CHRC)) { in gatt_find_info_rsp()
3386 !bt_uuid_cmp(params->uuid, BT_UUID_GATT_CHRC))) { in bt_gatt_discover()

Completed in 15 milliseconds