Searched refs:gatt_type (Results 1 – 4 of 4) sorted by relevance
47 uint32_t trans_id, bt_gatt_db_attribute_type_t gatt_type);278 trans_id, attr.gatt_type); in gatts_db_read_attr_value_by_type()380 char_val.gatt_type = BTGATT_DB_CHARACTERISTIC; in gatts_add_characteristic()405 char_dscptr.gatt_type = BTGATT_DB_DESCRIPTOR; in gatts_add_char_descr()456 trans_id, p_attr->gatt_type); in gatts_read_attr_value_by_handle()680 uint32_t trans_id, bt_gatt_db_attribute_type_t gatt_type) { in gatts_send_app_read_request() argument698 if (gatt_type == BTGATT_DB_DESCRIPTOR) { in gatts_send_app_read_request()700 } else if (gatt_type == BTGATT_DB_CHARACTERISTIC) { in gatts_send_app_read_request()
866 bt_gatt_db_attribute_type_t gatt_type) { in gatts_process_write_req() argument918 if (gatt_type == BTGATT_DB_DESCRIPTOR) { in gatts_process_write_req()920 } else if (gatt_type == BTGATT_DB_CHARACTERISTIC) { in gatts_process_write_req()1051 attr.gatt_type); in gatts_process_attribute_req()
174 bt_gatt_db_attribute_type_t gatt_type; member
358 gatt_type; /* are we writing characteristic or descriptor */ member371 gatt_type; /* are we writing characteristic or descriptor */ member