Home
last modified time | relevance | path

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

/system/bt/stack/gatt/
Dgatt_db.cc47 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() argument
698 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()
Dgatt_sr.cc866 bt_gatt_db_attribute_type_t gatt_type) { in gatts_process_write_req() argument
918 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()
Dgatt_int.h174 bt_gatt_db_attribute_type_t gatt_type; member
/system/bt/stack/include/
Dgatt_api.h358 gatt_type; /* are we writing characteristic or descriptor */ member
371 gatt_type; /* are we writing characteristic or descriptor */ member