Home
last modified time | relevance | path

Searched refs:op_subtype (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_cl.cc92 uint8_t op_code = disc_type_to_att_opcode[p_clcb->op_subtype]; in gatt_act_discovery()
106 if (disc_type_to_uuid[p_clcb->op_subtype] != 0) { in gatt_act_discovery()
107 cl_req.browse.uuid = bluetooth::Uuid::From16Bit(disc_type_to_uuid[p_clcb->op_subtype]); in gatt_act_discovery()
110 if (p_clcb->op_subtype == GATT_DISC_SRVC_BY_UUID) /* fill in the FindByTypeValue request info*/ in gatt_act_discovery()
112 cl_req.find_type_value.uuid = bluetooth::Uuid::From16Bit(disc_type_to_uuid[p_clcb->op_subtype]); in gatt_act_discovery()
154 switch (p_clcb->op_subtype) { in gatt_act_read()
160 if (p_clcb->op_subtype == GATT_READ_BY_TYPE) { in gatt_act_read()
184 p_clcb->op_subtype &= ~0x80; in gatt_act_read()
206 p_clcb->op_subtype &= ~0x90; in gatt_act_read()
210 log::error("Unknown read type:{}", p_clcb->op_subtype); in gatt_act_read()
[all …]
Dgatt_utils.cc643 if (p_clcb->operation == GATTC_OPTYPE_DISCOVERY && p_clcb->op_subtype == GATT_DISC_SRVC_ALL) { in gatt_start_rsp_timer()
755 if (p_clcb->operation == GATTC_OPTYPE_DISCOVERY && p_clcb->op_subtype == GATT_DISC_SRVC_ALL && in gatt_rsp_timeout()
1671 log::verbose("status={} op={} subtype={}", status, p_clcb->operation, p_clcb->op_subtype); in gatt_end_operation()
1692 if (p_clcb->op_subtype == GATT_WRITE_PREPARE) { in gatt_end_operation()
1706 disc_type = static_cast<tGATT_DISC_TYPE>(p_clcb->op_subtype); in gatt_end_operation()
Dgatt_api.cc916 p_clcb->op_subtype = disc_type; in GATTC_Discover()
971 p_clcb->op_subtype = type; in GATTC_Read()
1011 p_clcb->op_subtype = GATT_READ_MULTIPLE_VAR_LEN; in GATTC_Read()
1072 p_clcb->op_subtype = type; in GATTC_Write()
Dgatt_auth.cc320 (p_clcb->op_subtype == GATT_WRITE_NO_RSP)) { in gatt_determine_sec_act()
Dgatt_int.h367 uint8_t op_subtype; /* operation subtype */ member