Searched refs:gatt_type (Results 1 – 4 of 4) sorted by relevance
49 uint16_t offset, uint32_t trans_id, bt_gatt_db_attribute_type_t gatt_type);291 0, trans_id, attr.gatt_type); in gatts_db_read_attr_value_by_type()379 char_val.gatt_type = BTGATT_DB_CHARACTERISTIC; in gatts_add_characteristic()404 char_dscptr.gatt_type = BTGATT_DB_DESCRIPTOR; in gatts_add_char_ext_prop_descr()432 char_dscptr.gatt_type = BTGATT_DB_DESCRIPTOR; in gatts_add_char_descr()484 offset, trans_id, p_attr->gatt_type); in gatts_read_attr_value_by_handle()708 uint16_t offset, uint32_t trans_id, bt_gatt_db_attribute_type_t gatt_type) { in gatts_send_app_read_request() argument726 if (gatt_type == BTGATT_DB_DESCRIPTOR) { in gatts_send_app_read_request()728 } else if (gatt_type == BTGATT_DB_CHARACTERISTIC) { in gatts_send_app_read_request()
936 bt_gatt_db_attribute_type_t gatt_type) { in gatts_process_write_req() argument989 if (gatt_type == BTGATT_DB_DESCRIPTOR) { in gatts_process_write_req()991 } else if (gatt_type == BTGATT_DB_CHARACTERISTIC) { in gatts_process_write_req()1125 attr.gatt_type); in gatts_process_attribute_req()
173 bt_gatt_db_attribute_type_t gatt_type; member
455 gatt_type; /* are we writing characteristic or descriptor */ member468 gatt_type; /* are we writing characteristic or descriptor */ member