Home
last modified time | relevance | path

Searched refs:GATT_SIGN_CMD_WRITE (Results 1 – 8 of 8) sorted by relevance

/external/bluetooth/bluedroid/stack/gatt/
Dgatt_sr.c55 op_code == GATT_SIGN_CMD_WRITE || in gatt_sr_enqueue_cmd()
1110 case GATT_SIGN_CMD_WRITE: in gatts_process_write_req()
1111 if (op_code == GATT_SIGN_CMD_WRITE) in gatts_process_write_req()
1303 case GATT_SIGN_CMD_WRITE: in gatts_process_attribute_req()
1320 if (status != GATT_SUCCESS && op_code != GATT_CMD_WRITE && op_code != GATT_SIGN_CMD_WRITE) in gatts_process_attribute_req()
1471 op_code != GATT_SIGN_CMD_WRITE && in gatt_server_handle_client_req()
1501 case GATT_SIGN_CMD_WRITE: in gatt_server_handle_client_req()
Dgatt_db.c793 if ((op_code == GATT_SIGN_CMD_WRITE) && !(perm & GATT_WRITE_SIGNED_PERM)) in gatts_write_attr_perm_check()
798 if ((op_code == GATT_SIGN_CMD_WRITE) && (sec_flag & GATT_SEC_FLAG_ENCRYPTED)) in gatts_write_attr_perm_check()
830 …else if (perm & GATT_WRITE_SIGNED_PERM && op_code != GATT_SIGN_CMD_WRITE && !(sec_flag & GATT_SEC_… in gatts_write_attr_perm_check()
Dgatt_auth.c60 UINT8_TO_STREAM(p, GATT_SIGN_CMD_WRITE); in gatt_sign_data()
Dgatt_cl.c236 op_code = (sec_act == GATT_SEC_SIGN_DATA) ? GATT_SIGN_CMD_WRITE : GATT_CMD_WRITE; in gatt_act_write()
1120 if (p_cmd->op_code != GATT_CMD_WRITE && p_cmd->op_code != GATT_SIGN_CMD_WRITE) in gatt_cl_send_next_cmd_inq()
Datt_protocol.c592 case GATT_SIGN_CMD_WRITE: in attp_send_cl_msg()
Dgatt_main.c961 if (op_code == GATT_SIGN_CMD_WRITE) in gatt_data_process()
Dgatt_utils.c2261 if (op_code == GATT_SIGN_CMD_WRITE) in gatt_dbg_op_name()
/external/bluetooth/bluedroid/stack/include/
Dgatt_api.h100 #define GATT_SIGN_CMD_WRITE 0xD2 /* changed in V4.0 1101-0010 (signed write) see … macro