Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/gatt/
Dgatt_cl.c74 UINT8 op_code = disc_type_to_att_opcode[p_clcb->op_subtype]; in gatt_act_discovery()
84 if (disc_type_to_uuid[p_clcb->op_subtype] != 0) in gatt_act_discovery()
87 cl_req.browse.uuid.uu.uuid16 = disc_type_to_uuid[p_clcb->op_subtype]; in gatt_act_discovery()
90 … if (p_clcb->op_subtype == GATT_DISC_SRVC_BY_UUID) /* fill in the FindByTypeValue request info*/ in gatt_act_discovery()
93 cl_req.find_type_value.uuid.uu.uuid16 = disc_type_to_uuid[p_clcb->op_subtype]; in gatt_act_discovery()
127 switch (p_clcb->op_subtype) in gatt_act_read()
134 if (p_clcb->op_subtype == GATT_READ_BY_TYPE) in gatt_act_read()
163 p_clcb->op_subtype &= ~ 0x80; in gatt_act_read()
180 p_clcb->op_subtype &= ~ 0x90; in gatt_act_read()
184 GATT_TRACE_ERROR1("Unknown read type: %d", p_clcb->op_subtype); in gatt_act_read()
[all …]
Dgatt_api.c857 p_clcb->op_subtype = disc_type; in GATTC_Discover()
913 p_clcb->op_subtype = type; in GATTC_Read()
999 p_clcb->op_subtype = type; in GATTC_Write()
Dgatt_auth.c371 (p_clcb->op_subtype == GATT_WRITE_NO_RSP)) in gatt_determine_sec_act()
Dgatt_utils.c2029 status, p_clcb->operation, p_clcb->op_subtype); in gatt_end_operation()
2047 if (p_clcb->op_subtype == GATT_WRITE_PREPARE) in gatt_end_operation()
2065 disc_type = p_clcb->op_subtype; in gatt_end_operation()
Dgatt_int.h395 UINT8 op_subtype; /* operation subtype */ member